sveltekit-template

Sveltekit Template

Template for creating a SvelteKit project with mdsvex support

SvelteKit Template

Everything you need to build a Svelte project, powered by create-svelte and mdsvex.

Using the Template

If you're seeing this, you've probably already done this step. Congrats! 🎉

Within GitHub, click on the Use this Template button.

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Reference

Top categories

Loading Svelte Themes