Example repo to demonstrate svelte-hot-loader usage
Installation:
$ git clone [email protected]:ekhaled/svelte-hot-loader-example.git
$ cd svelte-hot-loader-example
$ npm install
$ npm start
Now open http://localhost:9000
Modify example components in src/components
directory and see the changes on the browser straight away.