Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.35 KB

Redux Boot Todo MVC

This is the classic TODO MVC example using React, Redux and Webpack, and also using Redux Boot to demonstrate how it can simplify application development even more by adding modularization.

What is Redux Boot?

From the project page: Minimal Framework using Redux to develop modularized universal (backend and frontend) applications, based on functional programming paradigms and friends such as Map and Reduce, Immutability and Reactive programming.

Redux boot is used on both the frontend and the backend applications. You can have a look at index.js and server.js files for how it's used on these two contexts respectively.

Installing and running the application

Install

git clone https://github.com/choko-org/redux-boot-todomvc.git
cd redux-boot-todomvc
npm install

Build and run

npm start

Development setup

Start development application

npm run start-dev

Running tests

npm test

Devtools integration

Devtools integration

License

GNU General Public License (GPL) version 3.