Base Applications
It's only tested in Ubuntu Linux 12.04, 12.10 and 13.04
Several npm packages needs to be installed globally (using sudo npm install -g [package name]), they are:
- yo (application scaffold)
- generator-angular (Yeoman generator for AngularJS)
- grunt-cli (task runner)
- bower (client-side JavaScript dependency manager)
- phantomjs (client-side testing platform)
- jshint (code style checker)
- coffee-script (coffee script compiler)
Clone the repository:
$ git clone git@github.com:mywebclass/users.gitInstall the dependencies:
$ npm install && bower installOr to run it in development mode:
$ grunt serverWe assume you already install the dependencies. To run the test:
$ grunt test