Svelte CRUD, animation, HTTP request (using axios), navigation params, 2 stores, computed (derived) values.
Create or go to your demo directory then run the following in the terminal or cmd.
$ git clone https://github.com/webmasterdevlin/heroes-svelte.git
$ cd heroes-svelte
$ npm install
$ npm run serve
The Svelte app and the fake web service will run concurrently.