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.
- Host: GitHub
- URL: https://github.com/danny-yamamoto/svelte-example
- Owner: danny-yamamoto
- Created: 2023-08-06T04:34:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T07:01:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T18:21:07.166Z (4 months ago)
- Topics: svelte
- Language: Svelte
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) yScaffolding project in /workspaces/svelte-example/svelte-book-first-tutorial...
Done. Now run:
cd svelte-book-first-tutorial
npm install
npm run devnode ➜ /workspaces/svelte-example (main)
```