A simple lightweight example of how Electron and React can be used to create cross-platform applications
Easy to use, lightweight electron starter project to get you quickly into creating Electron apps with React.
- The aim of this repo is to remove the barrier for entry allowing any React dev to simply clone it and get straight to work on building a cross-platform application.
$ git clone https://github.com/TwiggyBuffalo/electron-react-parcel.git
$ cd electron-react-parcel
Install dependencies with yarn
$ yarn install
Run your application
$ yarn dev
All Contributions are welcome! Please open up an issue if you would like to help out. 😄
Licensed under the MIT License.