uppy/examples/transloadit
Renée Kooi 9a6d487d4e
robodog: actually support specifying Dashboard options (#1504)
robodog: actually support specifying Dashboard options
2019-06-05 16:07:15 +02:00
..
.gitignore Add transloadit kitchen sink demo page 2018-11-15 13:19:15 +01:00
index.html robodog: Add dashboard() to example. 2019-04-15 10:49:15 +02:00
main.js robodog: actually support specifying Dashboard options 2019-04-29 14:18:02 +02:00
package-lock.json Upgrade eslint. 2019-05-20 11:28:44 +02:00
package.json Upgrade eslint. 2019-05-20 11:28:44 +02:00
readme.md examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02:00
server.js Update eslint-plugin-compat and eslint-plugin-jest 2019-05-20 11:28:44 +02:00

Robodog

This example shows all the different Robodog APIs in action on a single page.

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