This repository contains a very simple SvelteKit boilerplate. It contains the basic structure of a SvelteKit project with a few additional features : Good file structure and config, style file, layout with header and footer, nav bar, transition between pages, empty canvas as bg.
npx degit RodolpheANDRIEUX/Boilerplate-Sveltekit my-sveltekit-app
cd my-sveltekit-app
npm install
npm run dev -- --open
docker-compose up
The app will be available at http://localhost:3000 How easy is that?
Each link leads to a dedicated GitHub repository with its own documentation.