A static web app template based on
Svelte
and powered byVite
. The aim of this project is to provide a minimal starter website
Install the depencies
npm install
Start a devlopment server by this command
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Find more information in the package.json
file