svite is a minimal svelte template that uses vite instead of rollup.
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.