Package Exports
- electron-react-webpack-boilerplate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (electron-react-webpack-boilerplate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Minimal Electron, React and Webpack boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Table of contents
Install
Clone this repo
git clone https://github.com/alexdevero/electron-react-webpack-boilerplate.gitInstall dependencies
npm installor
yarnUsage
Run the app
npm run devor
yarn run devBuild the app (automatic)
npm run packageor
yarn run packageBuild the app (manual)
npm run buildor
npm run buildTest the app (after npm run build || yarn run build)
npm run prodyarn run prodCode of Conduct
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License
MIT © Alex Devero.