- Build the main project
gulp
cd samples/extension
- Follow steps 1,2,3 in the Chrome Extension Getting Started. The extension directory is
samples/extension
.
- Install the sample Chrome extension (above)
- Replace
chromeExtensionId
insamples/client/client.js
with the id of the extension once installed (visible onchrome://extensions
) cd samples/client
gulp
http-server
- Navigate to
http://localhost:8080