Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 636 Bytes

File metadata and controls

33 lines (22 loc) · 636 Bytes

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.