https://github.com/tb/react-redux-crud
React + Redux CRUD demo
https://github.com/tb/react-redux-crud
Last synced: about 1 year ago
JSON representation
React + Redux CRUD demo
- Host: GitHub
- URL: https://github.com/tb/react-redux-crud
- Owner: tb
- Created: 2016-05-19T14:31:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T21:37:09.000Z (over 9 years ago)
- Last Synced: 2025-04-27T12:09:52.928Z (about 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 89
- Watchers: 11
- Forks: 47
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [react-redux-crud](https://github.com/tb/react-redux-crud)
React + Redux CRUD demo
## TODO
- [x] CRUD
- [ ] auth
- [ ] redux
- [ ] tests
- [ ] TypeScript
- [ ] heroku deployment
## Screenshots
### Posts Index

### Posts Edit

## Running
git clone https://github.com/tb/react-redux-crud
npm i
npm run server-api
npm start
open http://localhost:8080
## License
MIT