https://github.com/fdograph/svelte-playground
https://github.com/fdograph/svelte-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdograph/svelte-playground
- Owner: fdograph
- Created: 2020-10-03T15:52:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:37:25.000Z (over 3 years ago)
- Last Synced: 2025-02-16T19:32:40.644Z (over 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```