vrde / svelte-minimal

A simple template to get you started with Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte-minimal

A minimal template to get you started with Svelte. It supports hash-based routing (thanks to svelte-spa-router) and doesn't require any server-side processing.

How to use it

npx degit vrde/svelte-minimal myapp
npm install
npm start

How to make a production build

npm run build

About

A simple template to get you started with Svelte

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 53.5%Language:HTML 46.5%