Adapetd to work with Electron from this gist: https://gist.github.com/matthewjberger/6f42452cb1a2253667942d333ff53404
- Add inspector to prod (see here and here)
- Aay attention to
*.jspaths in index.html because Accurapp add a heading/ - Pay attention to
"files": ["**/*"]inpackage.json, see electron-builder configuration - Use foreman installed globally
npm i -g foremantoProcfilein development
This project was bootstrapped with AccurApp.
Once you installed the dependencies running yarn, these are the available commands:
yarn startstarts a server locallyyarn buildbuilds the project for production, ready to be deployed from thebuild/folder
Read the rest of the documentation here.
- accurapp-scripts: ^4.0.0-beta.2
- electron: ^2.0.2
- electron-builder: ^20.15.1
- webpack-preset-accurapp: ^4.0.0-beta.2
- node: 9.5.0
- yearn: 1.3.2