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. git clone [email protected]:llooker/query-builder-ef.git -
Navigate (
cd) to the query-builder-ef 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.