Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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