An open API service indexing awesome lists of open source software.

https://github.com/probablykasper/sveltekit-template


https://github.com/probablykasper/sveltekit-template

svelte sveltekit template typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SvelteKit template

- **SvelteKit**
- **TypeScript**
- **Preprocessing** with Sass installed by default
- **ESLint**
- **Prettier**
- **Static adapter**

## Recommended VSCode extensions

- `svelte.svelte-vscode` for Svelte
- `syler.sass-indented` for Sass
- `esbenp.prettier-vscode` for Prettier

## Commands

- `npm run dev`: Start in dev mode
- `npm run build`: Build
- `npm run preview`: Preview production app
- `npm run lint`: Lint
- `npm run format`: Format