https://github.com/lperezmo/svelte
https://github.com/lperezmo/svelte
catwalk configurator svelte tank
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lperezmo/svelte
- Owner: lperezmo
- Created: 2023-02-19T19:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T18:00:33.000Z (about 2 years ago)
- Last Synced: 2025-02-17T16:43:46.200Z (3 months ago)
- Topics: catwalk, configurator, svelte, tank
- Language: Svelte
- Homepage: https://svelte-pi-steel.vercel.app
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte
This directory is a brief example of a [Svelte](https://svelte.dev/) site that can be deployed to Vercel with zero-configuration. If you need to use API Routes, we recommend using our [SvelteKit example](https://github.com/vercel/vercel/tree/main/examples/sveltekit).
## Deploy Your Own
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/svelte&template=svelte)
_Live Example: https://svelte.vercel.app_
## Getting Started
```bash
npx degit sveltejs/template my-svelte-project
cd my-svelte-project
npm install
npm run dev
```Navigate to [localhost:8080](http://localhost:8080). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.