sveltekit-starter

Sveltekit Starter

A simple CRUD project using SvelteKit, Prisma, sqlite, and TypeScript with many-to-many relationship example.

sveltekit-starter

A simple CRUD project using SvelteKit, Prisma, sqlite, Tailwind CSS, and TypeScript with many-to-many relationship example.

Clone this project:

git clone git@github.com:ronsen/sveltekit-starter.git

Or you can use degit:

npx degit ronsen/sveltekit-starter sveltekit-starter

Run these following commands to try locally:

cd sveltekit-starter
npm install
npm run dev

Migrate the database:

npx prisma migrate dev --name init

Database seeding:

npx prisma db seed

Create /static/images directory.

Sign in with a sample user:

Username: admin
Password: password

Top categories

Loading Svelte Themes