A template with sensible defaults such as Prettier for formatting and ESLint for linting.
npx degit jacob-shuman/sensible-svelte my-project && cd my-project
pnpm i
Type | Tool |
---|---|
Formatting | Prettier |
Linting | ESLint |
Styling | TailwindCSS, Twind |
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
pnpm dev
To create a production version of your app:
pnpm run build