Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 526 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 526 Bytes

svite

svite is a minimal svelte template that uses vite instead of rollup.

it has

  • vite
  • sass
  • unocss (with reset & icons)
  • svelte-spa-router
  • svelte-preprocess

how to use

Install the dependencies:

npm install

to start a liveserver:

npm run dev

then navigate to localhost:3000.

deploy

to build and create the final optimized version:

npm run build

and then upload the 'dist' folder to your host.