- Install node.js
- mac with homebrew:
brew install node
- mac with homebrew:
- Download and install node-webkit
- Download and install Chrome Browser
- Install PhantomJS
- mac with homebrew:
brew install phantomjs
- mac with homebrew:
- Install Grunt CLI
npm install -g grunt-cli
npm install
./node_modules/.bin/webdriver-manager update- Run the app:
- mac:
npm start - windows:
nw C:\path\to\node-webkit-angular-tdd-sample - linux:
nw `pwd`
- mac:
- Run the tests:
npm test && npm run-script acceptance-test - Build packaged app:
grunt nodewebkit(output is in./build/releases)