Skip to content

swgn/tidy-sveltekit-starter

Repository files navigation

Tidy SvelteKit Starter

A clean and minimal template for starting your next Sveltekit project.

Preinstalled

  • MDsevX (markdown formatting)
  • Tailwind CSS (CSS framework), including plugins:
    • @tailwindcss/forms
    • @tailwindcss/typography

Developing

You can choose to run using a Node.js or Bun runtime.

Note

Running with Bun leverages all the advantages of Bun, however many production environments use a Node.js runtime. Therefore using/testing with Node.js may ensure your app remains Node friendly even when developed using Bun.

To use Bun:

bun --bun dev

Or to use Node.js:

bun dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published