An example of running Angular with NW.js.
- Install Volta
npm i
to install node modulesnpm run lint
to lint codenpm run test:unit
to run unit tests (figure out how to launch nwjs via karma)npm run test:e2e
to test app via Selenium (figure out how to do this)npm start
to run in development modenpm run dev:ng
to run only Angular in a browser (addif (window.nw) {}
conditionals to skip desktop specific code)npm run build
to build desktop app
- NW.js + Angular-CLI + Better-SQLite3 - A fork of this repo with an example of SQLite added.
- NW.js + Angular 1.2 - From 2014
- NW.js + Angular 1.4 - From 2015