https://github.com/sloppycoder/udemy_redux_weather
Excercise for Udemy's Redux course
https://github.com/sloppycoder/udemy_redux_weather
Last synced: 8 months ago
JSON representation
Excercise for Udemy's Redux course
- Host: GitHub
- URL: https://github.com/sloppycoder/udemy_redux_weather
- Owner: sloppycoder
- Created: 2016-06-05T11:47:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T11:49:46.000Z (about 10 years ago)
- Last Synced: 2025-01-11T08:14:01.629Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather app
This is the weather app for Udemy's Redux course by Stephen Grider.
### Getting Started
```
git clone git@github.com:sloppycoder/udemy_redux_weather.git
cd udemy_redux_weather
npm install
npm start
```