Bolierplate code for building multi-platform, production ready desktop apps using Electron, React and Parcel.
Also contains CSS styling using Semantic-UI-CSS
Written by Yogesh.
yarn start
will start the Electron app and the React app at the same time.
yarn build
will build the React app and package it along the Electron app.
yarn react-start
will start the React app at http://localhost:3000.
yarn react-build
will build the React app and package it in build folder.
You can read more about it in my Medium article.
This code is released under the MIT License.