uppy/examples/svelte-example
2024-01-24 11:37:01 +01:00
..
public meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
src remove use of deprecated metaFields option (#4073) 2022-08-31 11:34:37 +02:00
.gitignore example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
package.json meta: add support for TypeScript plugins (#4640) 2023-10-17 15:38:15 +02:00
postcss.config.js meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
README.md example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
rollup.config.js meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
server.mjs example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
tsconfig.json meta: prettier 3.0.3 -> 3.2.4 (#4889) 2024-01-24 11:37:01 +01: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 start