uppy/examples/custom-provider
2019-06-03 13:53:56 +02:00
..
client Upgrade eslint. 2019-05-20 11:28:44 +02:00
output add custom provider example 2018-04-09 23:12:41 +01:00
server Upgrade eslint. 2019-05-20 11:28:44 +02:00
.gitignore add custom provider example 2018-04-09 23:12:41 +01:00
index.html add custom provider example 2018-04-09 23:12:41 +01:00
package-lock.json Update babel in examples 2019-05-20 11:27:04 +02:00
package.json Update babel in examples 2019-05-20 11:27:04 +02:00
readme.md examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02:00

Uppy + Companion + Custom Provider Example

This example uses @uppy/companion with a dummy custom provider. This serves as an illustration on how integrating custom providers would work

Run it

To run this example, make sure you've correctly installed the root repository:

npm install
npm run bootstrap

Move into this directory, then:

npm install
npm start