#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.

Get up and running

  • Download repo
  • cd to/repo/root
  • npm install && bower install
  • gulp watch
  • Open http://localhost:3000 in your browser