SvelteKit-Prisma-Template Svelte Themes

Sveltekit Prisma Template

My SvelteKit Template with Prisma Installed and Configured

RJM SvelteKit Template - Prisma

This is my personal SvelteKit Git Repo template. It is licensed under GNU's GPL V3.0 This template is specialised to have the Prisma ORM installed and given initial configuration. Changes to the Docker files were made to support this

For the template without Prisma, look here. For docs on using this template, go here

Project Features

  • ShadCN Svelte
  • TailwindCSS
  • Node Adapter
  • Prisma
  • Built in Containerisation (With Container Health Check)

Dev Features

  • Vitest
  • ESLint
  • Prettier
  • PR Checks (Vitest & Test container build)
  • Container build on push to master / main

Setup:

  1. Clone the repository
git clone https://github.com/RJMurg/SvelteKit-Template.git
  1. Install the dependencies
npm install
  1. Run the development server
npm run dev

You are now ready to develop!

Top categories

Loading Svelte Themes