Skip to content

A Mac/Windows/Linux app example written in javascript using node-webkit, angularjs, bootstrap 3, jasmine, karma, and protractor

License

Notifications You must be signed in to change notification settings

avh4-scratch/node-webkit-angular-tdd-sample

Repository files navigation

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)

About

A Mac/Windows/Linux app example written in javascript using node-webkit, angularjs, bootstrap 3, jasmine, karma, and protractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published