Proof of concept project, using angular within an electron app.
- Install node modules:
npm install - Install npm global modules:
npm install -g electron-prebuilt
npm install -g grunt-cli
npm install -g browserify
npm install -g electron-packager - Run linter and sass:
grunt default - Run application:
npm start - Build the application:
electron-packager . --all