Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braebo/svelte-ts-hot
Svelte template with blazing fast HMR
https://github.com/braebo/svelte-ts-hot
Last synced: 21 days ago
JSON representation
Svelte template with blazing fast HMR
- Host: GitHub
- URL: https://github.com/braebo/svelte-ts-hot
- Owner: braebo
- Created: 2020-08-25T07:35:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T07:35:33.000Z (about 4 years ago)
- Last Synced: 2024-10-20T08:39:21.081Z (23 days ago)
- Language: JavaScript
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - svelte-ts-hot - Svelte template with blazing fast HMR (JavaScript)
README
# Svelte TS Hot 🔥
This is a copy of [Svelte Template Hot](https://github.com/rixo/svelte-template-hot) with added Typescript and PostCSS support.
- 🙅♂️ [Nollup](https://github.com/PepsRyuu/nollup)
- 🆃 [Typescript](https://www.typescriptlang.org/)
- 𝒮 [SCSS](https://sass-lang.com/)
- 🔷 [CSSNano](https://cssnano.co)
![img](./Nollup.png)
## Quick start
```bash
$ npx degit FractalHQ/svelte-ts-hot svelte-ts-hot
``````bash
$ cd svelte-ts-hot && yarn && yarn build && yarn dev
```
Progress of Svelte HMR support can be tracked in issues [3832](https://github.com/sveltejs/svelte/issues/3632) and [3822](https://github.com/sveltejs/svelte/pull/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](https://github.com/rixo)