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