svelte-boilerplate Svelte Themes

Svelte Boilerplate

🌐 Boilerplate for web projects using Svelte (+ Tailwind)

🌐 svelte-boilerplate

Svelte + Vite + PostCSS + Tailwind/TW Elements

❓ About

svelte-boilerplate is a repository helpful to me to create new web projects. I'm using this same stack for many months constantly.

It's a great template to start own journey in Svelte world. Includes routing library, you can create powerful web applications/websites.

💾 Installation

Installation of this boilerplate it's very easy.

$ git clone https://github.com/sech1p/svelte-boilerplate.git # Clone this repository into your computer
$ cd svelte-boilerplate # Go to folder with repository
$ npm install # Install all packages for this boilerplate

Now, when you installed this boilerplate, just start coding and let your creativity run wild!

Commands, to deal with application:

$ npm run dev # Run this boilerplate in dev mode (hot-reloading, live preview)
$ npm run build # Build this project for production to ./dist folder
$ npm run preview # Preview locally of this project in production mode
$ npm run check # Let Svelte checks the whole project

📋 License

svelte-boilerplate is unlicensed.

Top categories

Loading Svelte Themes