Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 389 Bytes

DEVELOP.md

File metadata and controls

26 lines (17 loc) · 389 Bytes

Development guidance

Here are a list of standard commands

Start the server

This command run from VSCode also start the debugger

npm start

Start the server with hot reload

npm run dev

Run tests

Tests are developed using Jest. It relies on Supertest to run the app.

npm test