UNPKG

generator-angular-blueprint

Version:

Yeoman angular generator that allows you to override global templates with your own!

38 lines (25 loc) 606 B
<%= appName %> ================= Prerequisites Install [NodeJs](https://nodejs.org/) Install Bower ```npm install -g bower``` To start the development server ``` npm start ``` To run unit tests ``` npm test ``` To build app for deployment ``` npm run build ``` To build app for deployment with tests and docs ``` npm run build ``` If you are using the [JSDoc](http://usejsdoc.org/) style of comments (which you should!!!) you can generate your documentation with the following command. Documentation can be found under `docs/client/` (Hooray for automated documentation!) ``` npm run docs ```