Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 648 Bytes

File metadata and controls

21 lines (14 loc) · 648 Bytes

covid19india-node

Commands

  • yarn install - Install dependencies
  • yarn start - Start the server
  • yarn build - Build the server
  • yarn test - Run tests
  • yarn lint - Lint the code
  • yarn pretty - Format the code
  • yarn dev - Start the server in development mode

Stuff used

Typescript is used because of its type safety and modern intellisense support.

ESLint is used to lint the code.

ESBuild is used to compile Typescript into Javascript.

Prettier is used to format the code.