All Projects → alanbsmith → React Electron Starter

alanbsmith / React Electron Starter

Licence: cc0-1.0
an example React + Electron application

Programming Languages

javascript
184084 projects - #8 most used programming language

React + Electron Starter

an example app for using React with Electron

UP & RUNNING

  • Run npm install

FOR DEVELOPMENT

  • Run npm run dev to fire up Webpack
  • In another terminal window run npm start to start electron

FOR PRODUCTION

  • Run npm run postinstall to compile all your assets into dist/bundle.js
  • Change the script tag in dist/index.html to use bundle.js as its source
  • Run npm start to start electron
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].