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

dafn/svelte-typescript-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3dac34 · Jul 22, 2020

History

12 Commits
Jan 21, 2020
Aug 23, 2019
Jul 22, 2020
Apr 9, 2020
Jan 21, 2020
Apr 9, 2020
Apr 9, 2020

Repository files navigation

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

Svelte + Typescript + Parcel

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

Install packages

$ yarn

Start development server

$ yarn serve

Build for production

$ yarn build