Angular app skeleton to be forked and used for training.
All dependencies are managed through npm
, so you only need to run:
$ npm i
This 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 start
This app uses Karma as a test runner, and it uses Mocha as the testing framework. To run the tests, just run:
$ npm test