Skip to content

A Chrome Extension template with Vite's react-swc-ts, Tailwind, DaisyUI, Eslint+Prettier and a Deno websocket for auto-reloading (not stateful yet).

Notifications You must be signed in to change notification settings

marcelocra/template-chrome-extension

Repository files navigation

How to develop

  1. Run in separated terminals:
  • npm run dev:chrome-ts: compiles the TypeScript code in watch mode
  • npm run dev:chrome-vite: build the output extension using Vite in the watch mode
  • npm run dev:chrome-reloader: run the change watcher, to automatically reload the popup code (not available using vite for chrome extensions)

About

A Chrome Extension template with Vite's react-swc-ts, Tailwind, DaisyUI, Eslint+Prettier and a Deno websocket for auto-reloading (not stateful yet).

Resources

Stars

Watchers

Forks

Releases

No releases published