Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deebloo/angular-weather-redux

Small weather app with angular, es2015 and redux
https://github.com/deebloo/angular-weather-redux

Last synced: 15 days ago
JSON representation

Small weather app with angular, es2015 and redux

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