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

https://github.com/isutare412/svelte-playground

Study SPA using Svelte
https://github.com/isutare412/svelte-playground

Last synced: 4 months ago
JSON representation

Study SPA using Svelte

Awesome Lists containing this project

README

        

# svelte playground

This is a playground project for [Svelte](https://svelte.dev).
Contains various boilerplates as git tags.

## Get started

### Install dependencies

```bash
npm install
```

### Run dev server

```bash
npm run dev
```

### Build distribution

```bash
npm run build
```

Now you can serve the `public` directory by Nginx, etcs.