dropzone-redux-form-example icon indicating copy to clipboard operation
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

Building

  • npm run build (production)
  • npm run build --set-env-NODE_ENV=development (development)