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

https://github.com/swz-git/svelte-template

my svelte template
https://github.com/swz-git/svelte-template

Last synced: about 1 year ago
JSON representation

my svelte template

Awesome Lists containing this project

README

          

# svelte-template

swz's starter kit to build [Svelte](https://svelte.dev/) apps with [esbuild](https://esbuild.github.io/).

## Install

```bash
npx degit swz-gh/svelte-template
cd svelte-template
yarn # or npm install
```

## Development

```bash
yarn dev
```

Open your browser to

## Build for production

```bash
yarn build
```

Deploy the `public/` directory.