- Note: requires a node version >= 6 and an npm version >= 3.
First, clone the repo via git:
git clone https://github.com/BookyPie/electron-react-boilerplate.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installRun the application with live editing with this command
$ npm run devTo run the application without live editing and packaging
$ npm run build
$ npm startTo package apps for the local platform:
$ npm run package