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: