A single page angular project
Once you've downloaded this repository, you're just a few steps away from starting to develop your AngularJS application.
The boilerplate comes pre-bundled with a package.json
and bower.json
files that contain the list of modules you need to start your application.
To install the dependencies, run this in the application folder from the command-line:
$ npm install
$ bower install
Run your application using gulp:
$ gulp