Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 481 Bytes

react-redux

A sample react-redux source. I believe this covers both plain logic for utility kinda apps and also API part of it. Happy hacking!

Requirements

  • NodeJs 6.5 or above //but not 6.11

Install

git clone https://github.com/raghavmac/react-redux.git
npm install

or yarn install as alternative

Run

npm start or yarn start

Then visit http://localhost:8100/

Tests

  • Unit - npm test