Angular app skeleton to be forked and used for training.
All dependencies are managed through npm, so you only need to run:
$ npm iThis app uses Beefy as a development server that serves up public/index.html and compiles the Javascript through Browserify on the fly so it's easy to make changes and see the results during development. To start the server, just run:
$ npm startThis app uses Karma as a test runner, and it uses Mocha as the testing framework. To run the tests, just run:
$ npm test