jasancheg / sails-angular-electron

Sails JS angular JS and Electron
MIT License
14 stars 4 forks source link

sails-angular-electron

Basic cross platform desktop application built with SailsJS, AngularJS and Electron

(currently working on it...)

Features

Dev

For use the electron-packager cli

npm i electron-packager -g

install root dependencies

$ npm install

install the server app dependencias (sails)

$ cd app/server
$ npm install

Dev Tools

Toggle Dev Tools. Debug features using electron-debug.

Reload

Force reload the window.

Run

$ npm start

or directly run

$ grunt start

or run with developer tools open from the begining

$ npm run startd

Build

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

MIT © Jose Antonio Sanchez