This is a copy of Svelte Template Hot with added Typescript and PostCSS support.
- 🙅♂️ Nollup
- 🆃 Typescript
- 𝒮 SCSS
- 🔷 CSSNano
$ npx degit FractalHQ/svelte-ts-hot svelte-ts-hot
$ cd svelte-ts-hot && yarn && yarn build && yarn dev
Progress of Svelte HMR support can be tracked in issues 3832 and 3822.
"Nollup implements the shortest possible path from a file change to the module reloaded in the browser and is all in-memory. Said otherwise, it is insanely fast. Also, it has been around for some time so it is quite battle tested already." -Senpai Rixo