- Install Node.js
- Run
npm install
- Run
npm run start
to build the app and start the webpack file watcher - Open Chrome settings and click the extensions link in the sidebar menu on the left
- Turn on developer mode in the top right corner of the extension manager page
- Click the Load unpacked button and select the app's dist folder
- The extension will automatically be updated in the browser as you make changes and save files
- Run
npm run build