https://github.com/shyam-chen/svelte-starter
:icecream: A boilerplate for SSR Client with HTML5, Svelte, and Tailwind on Vite.
https://github.com/shyam-chen/svelte-starter
svelte sveltekit typescript unocss
Last synced: about 1 year ago
JSON representation
:icecream: A boilerplate for SSR Client with HTML5, Svelte, and Tailwind on Vite.
- Host: GitHub
- URL: https://github.com/shyam-chen/svelte-starter
- Owner: Shyam-Chen
- Created: 2016-10-27T06:14:01.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T03:58:31.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:08:08.904Z (over 1 year ago)
- Topics: svelte, sveltekit, typescript, unocss
- Language: Svelte
- Homepage:
- Size: 5.04 MB
- Stars: 115
- Watchers: 9
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Starter
:icecream: A boilerplate for SvelteKit, HTML5, Node.js, MongoDB, TypeScript, and UnoCSS.
## Usage
### Install dependencies
```sh
$ pnpm install
```
### Compiles and hot-reloads for development
```sh
$ pnpm dev
```
### Compiles and minifies for production
```sh
$ pnpm build
```
### Locally preview the production build
```sh
$ pnpm preview
```