Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.08 KB

electron-react-typescript

A simple Electron application that uses TypeScript, React and Sass, along with Babel and Webpack.

Usage

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

Resources

Setting up a TypeScript Electron app in WebPack - Scott Logic

How-to setup Webpack on an ES6 React Application with SASS - Jonathan Petitcolas

License

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.