This Application will attempt to embed a visualization from the configured ThoughtSpot instance. The configuration is set up in src/index.js.
Run the following commands, from the terminal, to set up and start the application:
- npm install (installs the necessary libraries locally)
- npm run dev (compiles your code, and serves from a local dev server)