next action formData - upload file pdf viewer
https://github.com/me7/sveltekit-prisma
original from this blog post but update on Jun 9, 2022 due to original repo cannot run
pnpm i
to install dependenciespnpm prisma db push
to create databasepnpm dev --open
to run dev server and open in browserpnpm i @sveltejs/adaptor-node
pnpm build
node build/index.js
to runOriginal Repo
This is a default SvelteKit app (
npm init svelte@next
) which persists the todo items in a local SQLite > database using Prisma.