Seed project for typescript. Use this repository as a template for your typescript projects.
Install the dependencies:
npm install
Build the project:
npm run build
Run the project:
npm start
Test the project using Jest:
npm test
# To test and display the coverage
npm test:cov
Lint the project using ESLint:
npm run lint
# To fix the linting errors
npm run lint:fix