Troubleshooting Tool for product generates an alert whenever there is a service disruption.
This tool is questionnaire and gives the most likely root cause, possible root causes,
and root causes that are not likely at all for the service disruption.
Troubleshooting Tool demo
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run start
: Start development server with hot reloading. It runs onlocalhost:3000
npm run build
: Build a Production versionnpm run test
: Run all unit testsnpm run test:coverage
: Create a coverage report for the code and determine whether the coverage is high enoughnpm run eject
: Eject your app from the defaults. This is a one-way decision.npm run predeploy
: Build a Production version before deployment.npm run deploy
: Deploy Production version of the application.
npm run predeploy
npm run deploy
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.