Renée Kooi 513ba53c37 examples: mention that you need to install & bootstrap 6 years ago
..
.gitignore a4668d4f96 Merge remote-tracking branch 'origin/master' 7 years ago
index.html a4668d4f96 Merge remote-tracking branch 'origin/master' 7 years ago
main.js a4822ee90d Update require() paths in examples. 6 years ago
package-lock.json 2574d1251c Update babel in examples 6 years ago
package.json 2574d1251c Update babel in examples 6 years ago
readme.md 513ba53c37 examples: mention that you need to install & bootstrap 6 years ago

readme.md

Multiple Instances

This example uses Uppy with the RestoreFiles plugin. It has two instances on the same page, side-by-side, but with different ids so their stored files don't interfere with each other.

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