Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ to <http://127.0.0.1:3000>.

### Debug using Visual Studio Code

* In VSCode, go to the `Debug` view (on MacOS, use shortcut `CMD + shift + D`).
* In VS Code, go to the `Debug` view (on macOS, use shortcut `CMD + shift + D`).
* From the **Run** toolbar, select tne launch config `Frontend`.
* Add breakpoints to any file you want to debug - click in the left hand column and a red dot will appear.
* Press The `green play` button (`F5` MacOS):
* Press The `green play` button (`F5` macOS):
* This will run the app in debug mode.
* Uses `nodemon` so it will automatically restart on code changes.

Expand Down