Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 377 Bytes

Example Debug App

This app was bootstrapped using create react app and is meant to be used as for debugging demonstration purposes.

It has a simple frontend and backend with a fetch call to the hackernews api and data transformation.

This allows to demonstrate debugging in:

  • frontend
  • backend
  • test debbuging
  • remote debugging using docker

TODO

  • Add more tests