svite is a minimal svelte template that uses vite instead of rollup.
- vite
- sass
- unocss (with reset & icons)
- svelte-spa-router
- svelte-preprocess
Install the dependencies:
npm install
to start a liveserver:
npm run dev
then navigate to localhost:3000.
to build and create the final optimized version:
npm run build
and then upload the 'dist' folder to your host.