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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6dbb9d1 · Mar 9, 2014

History

11 Commits
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 8, 2014
Mar 8, 2014
Mar 8, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014
Mar 9, 2014

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