This custom Svelte template is based on the official one from Svelte. It is customized to build scalable websites and web apps.
src/
folder is the root when using absolute pathsdisplay: none;
border-box
is set on all elementsInstall dependencies with npm i
or yarn
and start the dev server with npm run dev
or yarn dev
. To create a production build run npm run build
or yarn build
.