Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 638 Bytes

File metadata and controls

18 lines (11 loc) · 638 Bytes

Server Client Communication

Setting up the repo

Set up the REST Client

  • Add the REST Client VSCode extension to your VSCode.
  • Issue an Open user settings (JSON) VSCode command, use CTRL+SHIFT+P and search for the command.
  • Add the following line to the top level of the settings.json: "rest-client.previewOption": "exchange"
  • With this setting you will see both the request and the response in the REST Client.

Install NPM dependencies

  • Issue an npm install command.

Tasks

Check the tasks.md file for your tasks.