Most of the web-Components are built using Lit (reduce significantly the components boilerplate - https://lit.dev/)
npm install
npm run build
How to run extension(inside public directory after the build) on chrome - https://developer.chrome.com/docs/extensions/mv3/getstarted/
- Typescript
- Webpack
- Lit (https://lit.dev/)
- EsLint
This project is licensed under the MIT License - see the LICENSE.md file for details