An example for integrating react dropzone and redux-form within a simple react app.
git clone <repository-url>
this repository- change into the new directory
npm install
npm start
will run the app- Visit the app at http://localhost:3000
npm run build
(production)npm run build --set-env-NODE_ENV=development
(development)