Article: https://www.alex-stewart.dev/blog/user-authentication-in-sveltekit-with-jwt
- Clone the repository
git clone https://github.com/AlexStew14/SvelteKit-Authentication-with-JWT-and-Prisma.git - Install dependencies with
npm install - Generate DB with
prisma db push - Start the server with
npm run dev