Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

File metadata and controls

23 lines (15 loc) · 1.24 KB

Exy - Browser Extension Template

engine: Node React typescript Vite Tailwind CSS ESLint Prettier

Scaffold your Chrome Extension using React, TypeScript, and Tailwind — ideal for mid-sized apps!

Features

  • Lightning Fast HMR (using Vite@latest)
  • TypeScript Support (TypeScript)
  • Creation of custom hooks to simplify communication with Chrome Extensions APIs
  • Type-safe access to storage data
  • Creation of API wrappers to ensure type safety
  • Project structure following the MVVM pattern
  • Organization of shared files using a package-based architecture

Installing

[WIP]

Project structure

[WIP]