Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deebloo/angular-blueprint

Angular js seed project based on John Pappa's Angular style guide.
https://github.com/deebloo/angular-blueprint

Last synced: 3 months ago
JSON representation

Angular js seed project based on John Pappa's Angular style guide.

Awesome Lists containing this project

README

        

# 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
```