Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deebloo/angular-weather-redux
- Owner: deebloo
- Created: 2016-03-20T03:22:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:37:24.000Z (about 1 year ago)
- Last Synced: 2024-10-31T16:59:36.381Z (2 months ago)
- Language: JavaScript
- Size: 4.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```