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

https://github.com/skshahriarahmedraka/svelte-tutorials


https://github.com/skshahriarahmedraka/svelte-tutorials

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# tutorials for Svelte 3

run:

```
git clone https://github.com/skshahriarahmedraka/Svelte-Tutorials.git

cd Svelte-Tutorials

npm install

npm run dev
```

To see different folder just change ```main.ts``` first line , for example : ``` import App from './12.progressBar/App.svelte'; ```