AngularJS Style Guide: https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md
This will install all of the node modules for this project
After node modules it will run gulp to execute bower bringing in client components
$ npm install
This will start the node express server on port 3000
$ npm start
You can then go to localhost:3000
delete the node_modules and public/components folder then run the following command
npm install --quiet --production
jsdoc ./src/ -r