Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 366 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 366 Bytes

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:

  1. npm install (installs the necessary libraries locally)
  2. npm run dev (compiles your code, and serves from a local dev server)