An open API service indexing awesome lists of open source software.

https://github.com/pleahmacaka/chrome-extension-template

An easy way to create a chrome extension with typescript and webpack
https://github.com/pleahmacaka/chrome-extension-template

chrome chrome-extension chrome-extension-starter chrome-extension-template example extension template typescript webpack

Last synced: 2 months ago
JSON representation

An easy way to create a chrome extension with typescript and webpack

Awesome Lists containing this project

README

          

# Chrome Extension Template

Run `build` -> generate 'build' folder (rersult of tsc)
Run `webpack` -> generate 'dist' folder (result of webpack)
Run `dist` -> build and webpack

## Getting Started

1. `git clone https://github.com/PleahMaCaka/chrome-extension-template`
2. `pnpm i` # npm, yarn whatever
3. `npm run dist`
4. Load `dist` folder from Chrome <- ! important ! NOT A BUILD FOLDER
5. Happy Coding :)