Awesome
REDUXIBLE EXAMPLE
This is the example of the Reduxible. It contains counter and todo list sample that built with Reduxible. (React, Redux, and other things that related with them.) Many codes in this example are based on react-redux-universal-hot-example.
You can check on this example
- The Universal Web Application that built with React and Redux by Traditional Development Way using ES 2015.
- Codes are composed with Route, Service, Repository and View structure that similar with Spring or Angular Applications.
- Universal Helpers for use HTTP and Cookie Access.
- Login Authentication by HTTP and Cookie.
- Todo List with User privileges.
- Simple Counter.
Other Examples
- Single Page Application Example.
- Reduxible + Spring Boot SPA Example.
- Reduxible + Spring Boot Universal Example.
How to run this
npm install
npm run dev
or
npm run prod
open http://localhost:8080