prisma / demo-sveltekit

Demo app for Sveltekit article
13 stars 9 forks source link

🚀 Handle data in SvelteKit with Prisma

This application is built using these technologies:

🛠️ Getting started

To get started, navigate to the directory of your choice and run the following command to clone the repository:

git clone https://github.com/sonylomo/demo-sveltekit.git
cd demo-sveltekit

Install dependencies and fire up the application:

npm install
npm run dev

Awesome! Your application should be running on: http://127.0.0.1:5173/

starter blog