A template repository for building browser extensions with:
- Svelte
- TypeScript
- TailwindCSS
Use this as a starting point for your own extension projects.
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 installnpm run devnpm run buildThe production files will be generated in the dist folder. Load that folder as an unpacked extension in your browser.