My desk in react redux is a funny showcase to show how components interact with each others with a proper react-redux setup.
Join me and lets develop the others devices :)
-> -> -> Demo
npm install
The following commands are available in your project:
# Start for development
npm start
# Just build the dist version and copy static files
npm run build
# Run unit tests
npm test
# Auto-run unit tests on file changes
npm run test:watch