Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 409 Bytes

File metadata and controls

18 lines (11 loc) · 409 Bytes

HTTP requests and responses

Setting up the repo

Install NPM dependencies

  • Issue an npm install command.

Using the repo

  • Start a development server in watch mode: npm run server.
  • Run all tests: npm test.
  • Run a specific test file npm test -- <file name>.
  • To run immediately a typescript file: npm ts -- <file name>.

Tasks

Check the tasks.md for the details.