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

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


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

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Svelte now officially suports Typescript: https://svelte.dev/blog/svelte-and-typescript This repo is therefore archived

# Svelte + Typescript + Rollup

Minimal boilerplate example of Svelte with Typescript using Rollup.
This also includes SCSS support

Install packages
```bash
$ yarn
```

Start development server
```bash
$ yarn serve
```

Build for production
```bash
$ yarn build
```