Looker Extension Hello World (React & JavaScript)
This example has been adopted from the extension-examples helloworld example.
Getting Started for Development
-
Clone this repo.
# cd ~/ Optional, your user directory is usually a good place to git clone to. git@github.com: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 develop
The extension is now running and serving the JavaScript locally at http://localhost:8080/bundle.js.