https://github.com/rustkas/svelte-quickstart-through-instroduction-tutorial-projects
Projects based on YouTube video https://youtu.be/LIfIRdRlD58
https://github.com/rustkas/svelte-quickstart-through-instroduction-tutorial-projects
svelte tutorial
Last synced: 11 months ago
JSON representation
Projects based on YouTube video https://youtu.be/LIfIRdRlD58
- Host: GitHub
- URL: https://github.com/rustkas/svelte-quickstart-through-instroduction-tutorial-projects
- Owner: rustkas
- Created: 2022-11-26T00:30:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T15:04:50.000Z (about 3 years ago)
- Last Synced: 2025-01-26T10:44:23.247Z (about 1 year ago)
- Topics: svelte, tutorial
- Language: Svelte
- Homepage: https://youtu.be/LIfIRdRlD58
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte-Quickstart & Through Instroduction Tutorial projects
Projects based on YouTube video https://youtu.be/LIfIRdRlD58
Learn SvelteJS - a modern JavaScript compiler which produces lightweight, high performance web apps.
[](https://youtu.be/LIfIRdRlD58 " Svelte - Quickstart & Thorough Introduction Tutorial")
## How to start
```
npm create vite@latest svelte-first-steps -- --template svelte
cd svelte-first-steps
npm install
```
## How to run project
`npm run dev`