Last updated 4 months ago
Chrome extension popup.
Create a new directory, cd into it and then run the below command.
npx ChromeKit-Org/cli init popup
You will have 2 directories after you run the above command extension and popup.
extension
popup
popup directory has the react code for the popup.
cd popup npm run watch