Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 378 Bytes

File metadata and controls

21 lines (16 loc) · 378 Bytes

Svelte + Typescript + TailwindCSS + Parcel

Minimal boilerplate example of Svelte with Typescript & TailwindCSS using Parcel.

Install packages

$ npm i

Start development server

$ npm start

Build for production

$ npm build

Starting point to add Parcel, Svelte, and Tailwind: