awesome-svelte-project

Awesome Svelte Project

Starter for getting up and running with Svelte

Your first amazing Svelte project


Prerequisites

Just Node :)

If you've already installed Node, a recommendation is installing the latest LTS version.

npm install -g n
n lts

Usage

Simple

No fuzz start template.

npx degit sveltejs/template awesome-svelte-project
cd awesome-svelte-project
npm install
npm run dev

Extensive

An more extensive start template with some nice dev features included.

git clone https://github.com/janekkkk/awesome-svelte-project
cd awesome-svelte-project
npm install
npm run dev

Features

  1. live reloading
  2. analyze mode for detecting large dependencies
  3. size app control with size-limit
  4. understandable structure folders
  5. postcss for your styles
  6. ESlint and Prettier for formatting and lint your code
  7. images, fonts and static support
  8. blazing fast loading google fonts
  9. support dynamic load pages with page.js router
  10. Tailwind functional css

More info on Svelte

Project ideas

Top categories

Loading Svelte Themes