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.

Lists

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
```