/kingofpop

sample app for angularjs.tw meetup on 130909

Primary LanguageJavaScript

kingofpop: AngularJS testing demo app

  • requirements:

    • node.js, which can be found here
    • testem, which can be found here and can be installed by $ npm install -g testem
    • phantomJS, which can be found here and can be installed by $ npm install -g phantomjs
  • to launch:

$ ./scripts/web-server.js and then visit http://localhost:8000/app/index.html

  • to run tests:

    • $ cd /path/to/kingofpop and then $ testem
    • visit http://localhost:7357 if you want to see the pretty results