/redux_counter_example

Counter example with Redux + React

Primary LanguageJavaScript

Redux + React example

====== Small counter app

Notes

Clone the app and run

$ npm install
$ node server.js 

If you want to use nodemon, type:

$ npm install nodemon -g
$ nodemon server.js

Open your browser and type localhost:9000 to bring up the app.