uppy/examples/svelte-example
2022-08-18 22:17:19 +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 Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json meta: upgrade all dev dependencies (#3903) 2022-08-16 22:39:28 +02:00
postcss.config.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
README.md example: add README to Svelte example (#4011) 2022-08-18 22:17:19 +02:00
rollup.config.js meta: use node: protocol when using Node.js built-in core modules (#3871) 2022-07-18 14:09:03 +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 dev