npm install
npm run build
The WebExtension in the addon folder should now work.
As well as watching the folder with your manifest.json
in it, you will also
have to run webpack in watch mode. You can use the
webpack-webext-plugin to simplify the workflow.