mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| server.js | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Uppy with Svelte
Run it
To run this example, make sure you've correctly installed the repository root:
corepack yarn install
corepack yarn build
Then, again in the repository root, start this example by doing:
corepack yarn workspace @uppy-example/svelte-app dev