#Boilerplate-ng
A boilerplate that can be used to start an Angular project. Uses Angular modules as opposed to CommonJS
or RequireJS
as advised in this blog post.
- Download repo
cd to/repo/root
npm install && bower install
gulp watch
- Open http://localhost:3000 in your browser