Skip to content

Oiha-dev/Pomodoro

 
 

Repository files navigation

🚀 SvelteKit Boilerplates

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.

usage

npx degit RodolpheANDRIEUX/Boilerplate-Sveltekit my-sveltekit-app
cd my-sveltekit-app
npm install
npm run dev -- --open

Docker

docker-compose up

The app will be available at http://localhost:3000 How easy is that?

Other Available Boilerplates

Each link leads to a dedicated GitHub repository with its own documentation.

About

Sveltekit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 71.0%
  • CSS 16.5%
  • JavaScript 4.9%
  • HTML 4.8%
  • Dockerfile 2.8%