https://github.com/rixo/demo-svelte3-hmr
Early & experimental preview of what HMR could feel with Svelte3
https://github.com/rixo/demo-svelte3-hmr
Last synced: about 1 year ago
JSON representation
Early & experimental preview of what HMR could feel with Svelte3
- Host: GitHub
- URL: https://github.com/rixo/demo-svelte3-hmr
- Owner: rixo
- Created: 2019-05-21T13:54:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T12:20:15.000Z (over 6 years ago)
- Last Synced: 2025-02-25T09:29:21.285Z (over 1 year ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte 3 HMR experiment
This is a fork of Svelte's [template-webpack](https://github.com/sveltejs/template-webpack.) intended to play & experiment with HMR before it is officially supported.
It relies on forked versions of [svelte-loader](https://github.com/sveltejs/svelte-loader) ([fork](https://github.com/rixo/svelte-loader/tree/hmr)), and [svelte-dev-helper](https://github.com/ekhaled/svelte-dev-helper) ([fork](https://github.com/rixo/svelte-dev-helper/tree/hmr)).
**Disclaimer** I am not affiliated with `svelte-loader` team, so this may be completely different to what will eventually be implemented officially.
## Get started
```bash
npx degit rixo/demo-svelte3-hmr svelte-hmr
cd svelte-hmr
npm install
npm run dev
```