https://github.com/deebloo/angular-weather-redux
Small weather app with angular, es2015 and redux
https://github.com/deebloo/angular-weather-redux
Last synced: over 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:37:24.000Z (over 2 years ago)
- Last Synced: 2025-02-12T07:53:39.992Z (over 1 year 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 [](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
```