Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 388 Bytes

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

$ yarn

Start development server

$ yarn serve

Build for production

$ yarn build