https://github.com/jigsawye/redux-friendlist
redux & webpack & redux-devtools & es6
https://github.com/jigsawye/redux-friendlist
Last synced: about 2 months ago
JSON representation
redux & webpack & redux-devtools & es6
- Host: GitHub
- URL: https://github.com/jigsawye/redux-friendlist
- Owner: jigsawye
- Created: 2015-09-23T16:54:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T16:54:46.000Z (over 9 years ago)
- Last Synced: 2025-04-08T10:52:14.731Z (about 2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
redux-friendlist
=====================Just for learning redux.
### Usage
```
npm install
npm start
open http://localhost:3000
```
### LicenseMIT
### Reference
[0 to 1 : Getting started with Redux](http://www.jchapron.com/2015/08/14/getting-started-with-redux/)