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: 10 days 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-25T02:10:03.000Z (12 days ago)
- Last Synced: 2024-10-26T15:39:20.514Z (11 days ago)
- Topics: svelte, sveltekit, typescript, unocss
- Language: Svelte
- Homepage:
- Size: 4.8 MB
- Stars: 114
- 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
```