Skip to content
/ sveltekit-template Public template

Template for creating a SvelteKit project with mdsvex support

License

Notifications You must be signed in to change notification settings

ahaywood/sveltekit-template

Repository files navigation

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

About

Template for creating a SvelteKit project with mdsvex support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published