Svelte-Extension-Boilerplate Svelte Themes

Svelte Extension Boilerplate

Boilerplate for building browser extensions in Svelte

Svelte Extension Boilerplate

A template repository for building browser extensions with:

  • Svelte
  • TypeScript
  • TailwindCSS

Use this as a starting point for your own extension projects.

Usage

Click "Use this template" on GitHub to create a new repository based on this one.

Or clone it directly:

git clone https://github.com/yorick2002/Svelte-Extension-Boilerplate.git
cd Svelte-Extension-Boilerplate
npm install

Development

npm run dev
npm run build

The production files will be generated in the dist folder. Load that folder as an unpacked extension in your browser.

Top categories

Loading Svelte Themes