A simple React todos app using a dispatcher and reducer approach but without Redux. Written for my book Thinking In React. It is solely intended as a learning example and is not a good starting point for an app. Checkout redux itself if you need a library that works like this app.
Collaborating on this React app:
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm install
nwb servewill run the app- Visit the app at http://localhost:3000
nwb testwill run the tests oncenwb test --serverwill run the tests on every change
nwb build(production)nwb build --set-env-NODE_ENV=development(development)