The Wayback Machine - https://web.archive.org/web/20220817045138/https://github.com/dafn/svelte-typescript-parcel
Skip to content
This repository has been archived by the owner. It is now read-only.

dafn/svelte-typescript-parcel

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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