cg angular generator - TeamJoyB/TeamJoyBWebApp GitHub Wiki

New webapp is created using cg-angular generator. (https://github.com/cgross/generator-cg-angular) Go through the above link on how to create modules, partial, modals, services and directives.

Steps for starting off the server


  1. For getting all dependencies: npm install && bower install (It is going to take some time to download all the components)
  2. Running the server: grunt serve (This will start off the server)
  3. Go to http://localhost:9001