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 git@github.com: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 develop
The extension is now running and serving the JavaScript locally at http://localhost:8080/bundle.js.