A simple Electron application that uses TypeScript, React and Sass, along with Babel and Webpack.
You can use this project to create your own Electron applications.
$ git clone https://github.com/Chuzzy/electron-react-typescript.git
$ cd electron-react-typescript
$ npm install # Install dependencies
$ npm run start # Automatically builds and runs the app
Setting up a TypeScript Electron app in WebPack - Scott Logic
How-to setup Webpack on an ES6 React Application with SASS - Jonathan Petitcolas
MIT. Feel free to fork this repo, clone it, give some credit to me if you use it, whatever. If you break something, it's not my fault.