Chrome extension React template
- Clone this repo
- Run
$ npm install
- Run
$ npm start
If you wish to load it as an extension:
- Run
$ npm run dist
at least once to create the./dist
directory - (Optional) Run
$ npm start
if you want to work on it while it is installed - Go to
chrome://extensions
and select "Load Unpacked Extension" - Select the
./dist
directory of this project
See the change log.