An open API service indexing awesome lists of open source software.

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

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.

[![YouTube](https://img.youtube.com/vi/LIfIRdRlD58/0.jpg)](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`