I have created a Looker extension in ReactJS application. Able to run React app locally and its working fine with the Looker (added localhost url in the Looker project manifest file). But since the extension running in my local machine it is not accessible to other developers whos working on the same Looker instance.
How do I need to deploy the extension so that it should able to access all the developers who has access to that looker instance?
Does Looker provides any app server to run my extension app?
Do I need to build my React app and add that build code into the Looker project repo alongside manifest.lkml file and push the changes into production?
So how it will run in the Looker environment and which url do I need to add in the Project manifest file.
Thanks for your support. We are able to deploy and run extension using moving bundle.js file to the project folder and pointing the path in the manifest file.