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 install
or yarn install
as alternative
npm start
or yarn start
Then visit http://localhost:8100/
- Unit -
npm test