UNPKG

generator-angular-blueprint

Version:

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

38 lines (26 loc) 545 B
# Angular Weather Redux [![Circle CI](https://circleci.com/gh/deebloo/angular-weather-redux.svg?style=svg)](https://circleci.com/gh/deebloo/angular-weather-redux) ## Installation [Demo](http://deebloo.github.io/angular-weather-redux/#/) [Docs](http://deebloo.github.io/angular-weather-redux/docs) Install NodeJs Clone Repository ``` npm install ``` ## Commands #### run dev server ``` npm start ``` #### run unit tests ``` npm test ``` #### build documentation ``` npm run docs ``` #### build release version ``` npm run build ```