A sample react-redux source. I believe this covers both plain logic for utility kinda apps and also API part of it. Happy hacking!
- NodeJs 6.5 or above //but not 6.11
git clone https://github.com/raghavmac/react-redux.git
npm installor yarn install as alternative
npm start or yarn start
Then visit http://localhost:8100/
- Unit -
npm test