Looking for a shareable component template? Go here --> sveltejs/component-template
This is a sample application built using Svelte apps. It lives at https://github.com/vijay-joshi/svelte-sample-app.
Use the following commands to run this application:
git clone https://github.com/vijay-joshi/svelte-sample-app.git
cd svelte-sample-app
npm install
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
Note that you will need to have Node.js installed.