- Issue an
npm installcommand.
- 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>.
Check the tasks.md for the details.