uppy/examples/svelte-example
2022-08-23 16:08:08 +02:00
..
public Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
src tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
.gitignore example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
package.json example: fix Svelte dev mode (#4025) 2022-08-22 15:53:23 +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 Svelte integration (#2671) 2020-12-23 13:45:26 +00: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