SvelteKit-Skeleton

Sveltekit Skeleton

Opinionated boiletplate skeleton for every new SvelteKit project. With TS, tailwind, daisyUI, Node-adapter for SSR

This is an opinionated boiletplate skeleton for a new SvelteKit project.

Out of the box you get TypeScript, Tailwind support with daisyUI, node-adapter for SSR builds, basic authentication example, mongoose implementation and working tests.

Wait a minute...

...in order to run this properly, you have to create a .env file at the root of your and add your mongoDB connection string. Example:

MONGO_URI="mongodb://..."

If you don't want to use a mongo DB, you are free to use anything else. Just make sure to edit the src/hooks.ts for the initial connection and edit your models in src/lib/models/ folder.

Deployment

This skeleton provides a Dockerfile for easy deployment. Install docker, then:

docker build svelte-app .
docker run -p 3000:3000 svelte-app

Gotchas

Why are headings not selectable?
Why are SVGs the wrong color?
Why is progress element not positioned correctly?
  • All can be fixed by editing src/styles/sanitize.css. Or you can delete it!
Where can I change the reduced motion options?
  • In src/styles/index.css.
Just cloned and tried to run it but Log in and Sign up are not working
  • Of course they are not working. You need a v4.4 or higher mongoDB deployment and connect to it, see here.

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes