Skip to content

A Svelte template with opinionated but sensible defaults for styling, toasts, linting, etc

License

Notifications You must be signed in to change notification settings

jacob-shuman/sensible-svelte

Repository files navigation

Logo

A sveltekit template

A template with sensible defaults such as Prettier for formatting and ESLint for linting.

Creating a project

npx degit jacob-shuman/sensible-svelte my-project && cd my-project
pnpm i
Type Tool
Formatting Prettier
Linting ESLint
Styling TailwindCSS, Twind

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

pnpm dev

Building

To create a production version of your app:

pnpm run build

About

A Svelte template with opinionated but sensible defaults for styling, toasts, linting, etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published