A demo application for playing with ES6 + ReactJS + Redux
The backend is based on Springboot app p2p-book-library-backend project which is duplicated from example module 'boot-api' of SpringSide4.
- run p2p-book-library-backend
- git clone https://github.com/wanhongfu/p2p-book-library-frontend.git
- go to p2p-book-library-frontend folder, run "npm install"
- run "npm start"
- access localhost:3000 from browser
- Integrate React Route (done)
- Integrate Redux (done)
- Data list with pagination & sortable support OR integrate react-list (in progress)
- Authentication (done)
- Integrate redux-form & redux-form-validation
- i18n
- Full CRUD demo (in progress)
- Unit test
- redux-form integration (done)