A sveltekit template with typescript, tailwindcss, eslint, prettier, playwright, vitetest.
- Sveltekit - Sveltekit is a framework for building web applications of all sizes, with a beautiful development experience and flexible, powerful production output.
- Svelte - Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
- Eslint - ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.
- Prettier - Prettier is an opinionated code formatter.
- Playwright - Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API.
- ViteTest - ViteTest is a test runner for Vite projects.
- Supabase - Supabase is a open-source Firebase alternative with support for Postgres databases, edge functions, and vector embeddings.
Hit the ground running with a Sveltekit template that includes everything you need to build a modern web app.
Hit 'use this template' button to create a new repository from this template. Then, install the dependencies...
cd my-svelte-app
npm install
...then start:
npm run dev