madeinhaste / svelte-starter

svelte starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte starter

A modified svelte starter project based on https://github.com/sveltejs/template. Uses express instead of sirv-cli.

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

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

Get started

Install the dependencies...

cd svelte-app
yarn

...then start Rollup:

yarn dev

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

About

svelte starter template


Languages

Language:JavaScript 63.1%Language:CSS 20.3%Language:HTML 16.5%