Install Node + NPM
-
Install Dependencies
npm install
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run test
to execute the unit tests via Jest
| |
| :------------------------------------------------------------------------------------------------: | --- |
| Hypertrace UI Architecture | d |
Hypertrace UI uses gradle to build a docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:
./gradlew dockerBuildImages