- Clone this repository with
git clone https://github.com/codecentric/typescript-workshop.git
- Change into the directory with
cd typescript-workshop
- Install dependencies with
npm ci
- Run
npm run check
This will run the following tools:
prettier
to check code formattingeslint
to check code qualitytsc
to check TypeScript type errors
- Run
npm run test
to run the tests