Example of using Deephaven IrisGrid in a Vite based React app with a theme picker.
- Start the server: Following instructions on GitHub to run deephaven-core with python: https://github.com/deephaven/deephaven-core/#run-deephaven.
- Install dependencies: Run
npm install
to install all dependencies required. - Start the UI: Run
npm start
to start up the UI. It should automatically open up at http://localhost:5173 and load up a table.