-
Run the Backend
$ npm run start-db $ npm run start -
Run
npm install
- Serve
index.htmlonlocalhostand access it via your desired browser- You should see the error chart auto refreshing every 3 seconds
- You should see the error chart displaying data for the past 3 minute
- Make a 404 request to the backend (e.g.
GET /some-unknown-url)- You should see a single bar appearing
- Make a few more 404 request to the backend
- You should see more bars appearing
-
ESLint
npm run eslint