Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 274 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 274 Bytes

dnm-react-uploader

React file uploader

Development local

  • npm install
  • npm run watch
  • npm run dev

Publish

  • Update the version in the package.json
  • npm run dist:publish

Build for production

  • npm run build:prod

Build for development

  • npm run build:dev