Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:24:49.000Z (about 2 months ago)
- Last Synced: 2024-11-09T19:11:55.287Z (about 1 month ago)
- Topics: svelte, sveltekit, typescript, unocss
- Language: Svelte
- Homepage:
- Size: 4.81 MB
- Stars: 115
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
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
```