https://github.com/martincastroalvarez/svelte-app
Svelte App
https://github.com/martincastroalvarez/svelte-app
Last synced: about 1 year ago
JSON representation
Svelte App
- Host: GitHub
- URL: https://github.com/martincastroalvarez/svelte-app
- Owner: MartinCastroAlvarez
- Created: 2024-02-08T22:16:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T17:58:45.000Z (over 2 years ago)
- Last Synced: 2025-04-08T22:24:17.532Z (about 1 year ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-app
Svelte App

Svelte is a modern JavaScript framework used for building user interfaces. Unlike traditional frameworks such as React or Vue, which perform most of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. When you write a Svelte component, you write it in a .svelte file using HTML, CSS, and JavaScript. During the build process, Svelte compiles these components into highly efficient imperative code that directly updates the DOM when the state of the app changes.
## Instructions
```bash
npm i
npm run dev
```
Visit [http://localhost:8080](http://localhost:8080)