Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 710 Bytes

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