_Electron, React, Redux, Webpack -- Modern and up-to-date
- Latest React, Redux, and Webpack 3
- Uses ES6 natively without babel transpilation thanks to modern Electron environments
- Minified with babel-minify
- Uses react-router-dom (React Router v4) with connected-react-router to sync with Redux (uni-directional, use react-router directly)
- SASS using CSS Modules
- Run
npm install
- Run
npm run buildfor rebuild sources. - Run
npm run devto start Electron.
- Run
npm run packageto have webpack compile your application intodist/bundle.jsanddist/index.html, and then an electron-packager run will be triggered for the current platform/arch, outputting tobuilds/