This example has been adopted from the extension-examples helloworld example.
-
Clone this repo.
# cd ~/ Optional, your user directory is usually a good place to git clone to. [email protected]:llooker/scooter-extension.git -
Navigate (
cd) to the scooter-extension directory on your systemcd query-builder-ef -
Install the dependencies with Yarn.
yarn install -
Start the development server
yarn developThe extension is now running and serving the JavaScript locally at http://localhost:8080/bundle.js.