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

https://github.com/danny-yamamoto/svelte-example

Getting Started in Svelte.
https://github.com/danny-yamamoto/svelte-example

svelte

Last synced: about 2 months ago
JSON representation

Getting Started in Svelte.

Awesome Lists containing this project

README

        

# svelte-example
Getting Started in Svelte.

```bash
node ➜ /workspaces/svelte-example (main) $ npm create vite@latest svelte-book-first-tutorial -- --template svelte
Need to install the following packages:
[email protected]
Ok to proceed? (y) y

Scaffolding project in /workspaces/svelte-example/svelte-book-first-tutorial...

Done. Now run:

cd svelte-book-first-tutorial
npm install
npm run dev

node ➜ /workspaces/svelte-example (main)
```