Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 863 Bytes

File metadata and controls

26 lines (20 loc) · 863 Bytes

Prerequisites

Bootstrapping the project

npm install
./node_modules/.bin/webdriver-manager update

Development commands

  • Run the app:
    • mac: npm start
    • windows: nw C:\path\to\node-webkit-angular-tdd-sample
    • linux: nw `pwd`
  • Run the tests: npm test && npm run-script acceptance-test
  • Build packaged app: grunt nodewebkit (output is in ./build/releases)