uppy/examples/svelte-example
2024-05-22 10:05:03 +02:00
..
src examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
.gitignore examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
package.json examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
README.md examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
server.js examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
svelte.config.js examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
tsconfig.json examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00
vite.config.ts examples: add SvelteKit example (#5181) 2024-05-22 10:05:03 +02:00

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