Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 438 Bytes

File metadata and controls

18 lines (10 loc) · 438 Bytes

React Debug

Firstly, thanks to react-vite-debug.

React Debug is a project that allows you to debug React code based on bun and vite.

Getting Started

  1. Clone the repository
  2. Run bun i
  3. Run bun dev

Debugging

  1. Debug the code in your Chrome (default set in .vscode/launch.json)
  2. If you want to change the browser, you can change the url in .vscode/launch.json