/my-desk-in-react-redux

Funny showcase to show how components interact with each others with a proper react-redux setup!

Primary LanguageJavaScript

my-desk-in-react-redux

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

INSTALLATION DEPENDENCES

npm install

USAGE

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