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
- ShadCN Svelte
- TailwindCSS
- Node Adapter
- Prisma
- Built in Containerisation (With Container Health Check)
- Vitest
- ESLint
- Prettier
- PR Checks (Vitest & Test container build)
- Container build on push to master / main
- Clone the repository
git clone https://github.com/RJMurg/SvelteKit-Template.git
- Install the dependencies
npm install
- Run the development server
npm run dev
You are now ready to develop!