https://github.com/probablykasper/sveltekit-template
https://github.com/probablykasper/sveltekit-template
svelte sveltekit template typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablykasper/sveltekit-template
- Owner: probablykasper
- Created: 2021-09-25T01:31:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T05:03:03.000Z (over 2 years ago)
- Last Synced: 2025-08-27T20:55:42.877Z (10 months ago)
- Topics: svelte, sveltekit, template, typescript
- Language: JavaScript
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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