0.3.2 • Published 4 years ago

@mongodb-dev-prod/trend-charts-ui v0.3.2

Weekly downloads
345
License
-
Repository
-
Last release
4 years ago

Trend Charts UI

This is a UI for the Trend Charts UI.

Setup a local development build

npm install
export REACT_APP_SIGNAL_PROCESSING_URL="https://signal-processing-service.server-tig.staging.corp.mongodb.com"
npm start

Setup a local production build

npm install
export REACT_APP_SIGNAL_PROCESSING_URL="https://signal-processing-service.server-tig.prod.corp.mongodb.com"
npm run build