Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandedeyne/sveltebyexample.com
Svelte by Example is a succinct, gentle introduction to Svelte & SvelteKit to peak your curiosity.
https://github.com/sebastiandedeyne/sveltebyexample.com
svelte sveltekit
Last synced: 6 days ago
JSON representation
Svelte by Example is a succinct, gentle introduction to Svelte & SvelteKit to peak your curiosity.
- Host: GitHub
- URL: https://github.com/sebastiandedeyne/sveltebyexample.com
- Owner: sebastiandedeyne
- Created: 2023-08-25T15:22:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:48:18.000Z (7 months ago)
- Last Synced: 2024-10-17T16:06:12.578Z (20 days ago)
- Topics: svelte, sveltekit
- Language: Svelte
- Homepage: https://sveltebyexample.com
- Size: 66.4 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte by Example
[Svelte by Example](https://sveltebyexample.com) is a succinct, gentle introduction to Svelte & SvelteKit to pique your curiosity. If you want to dive deeper, we recommend reading through the Svelte tutorial & docs.
Svelte by Example is built with [SvelteKit](https://kit.svelte.dev/). Content is stored in `content`, and uses a superset of markdown that gets parsed in the `build-content` script.
To run Svelte by Example locally:
```
npm i
npm run dev
```