Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 478 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 478 Bytes

React + Redux CRUD demo

TODO

  • CRUD
  • auth
  • redux
  • tests
  • TypeScript
  • heroku deployment

Screenshots

Posts Index

Index

Posts Edit

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