svelte-starter

Svelte Starter

Svelte 3 - starter project template

svelte app

To create a new project based on this template using degit:

npx degit jascky/svelte-starter svelte-app
cd svelte-app

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

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.

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

Top categories

Loading Svelte Themes