https://github.com/webmasterdevlin/heroes-svelte
sample demo of heroes using Svelte
https://github.com/webmasterdevlin/heroes-svelte
Last synced: about 1 year ago
JSON representation
sample demo of heroes using Svelte
- Host: GitHub
- URL: https://github.com/webmasterdevlin/heroes-svelte
- Owner: webmasterdevlin
- License: mit
- Created: 2019-08-20T06:11:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T19:11:51.000Z (over 3 years ago)
- Last Synced: 2025-02-11T13:22:31.882Z (over 1 year ago)
- Language: CSS
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My version of Tour of Heroes app using Svelte and its own store for State Management API
### Features
Svelte CRUD, animation, HTTP request (using axios), navigation params, 2 stores, computed (derived) values.
### To run the project after cloning
Create or go to your demo directory then run the following in the terminal or cmd.
```sh
$ 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.
