an example app for using React with Electron
- 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 intodist/bundle.js
- Change the script tag in
dist/index.html
to usebundle.js
as its source - Run
npm start
to start electron