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
- For getting all dependencies: npm install && bower install (It is going to take some time to download all the components)
- Running the server: grunt serve (This will start off the server)
- Go to http://localhost:9001