explore-svelte

Explore Svelte

Svelte Exploration

  • Component
  • Binding data & reactivity
  • CSS
  • Animation
  • Event
  • Lifecycle

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Building and running in production mode

To create an optimised version of the app:

npm run build

Top categories

Loading Svelte Themes