nenadjaja / redux_counter_example

Counter example with Redux + React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Counter example with Redux + React


Languages

Language:JavaScript 93.5%Language:HTML 6.5%