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