Skip to content

fkt1993/chrome-extension-react-typescript-template

Repository files navigation

build workflow

Preparation

Install npm packages

docker-compose up -d
docker-compose exec node npm install

Usage

Build

webpack can detect file changes and rebuild after execute npm start.

docker-compose exec node npm start

when you want to production build, execute npm run build. (this command don't detect file changes and rebuild.)

docker-compose exec node npm run build

Load Chrome Extention

webpack will generate "dist" directory after build. please load dist at chrome://extensions/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published