kumarryogeshh / electron-react-parcel-boilerplate

Boilerplate code to create basic, production ready Electron app using React, Parcel application bundler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Parcel + Electron = 🎉

Buy me Stars Follow Fork Follow_Twitter

Website Fork

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.

Scripts

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.

Just React ?

Offcourse you can, run :

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.

Read more

You can read more about it in my Medium article.

License

This code is released under the MIT License.

About

Boilerplate code to create basic, production ready Electron app using React, Parcel application bundler.

License:MIT License


Languages

Language:JavaScript 81.6%Language:HTML 17.2%Language:CSS 1.1%