A sveltekit scaffolding repository, it comes with our base stack for webaps:
- Seveltekit
- TailwindCSS
- DaisyUI
- Eslint + Prettier
Instead of forking or pulling this record use degit
- Install degit (if not previously installed)
pnpm add -g degit
- Pull the project to your current folder
degit bekindsoft/sveltekit_starter
- Ready to go, just
pnpm install
andpnpm run dev
as usual