# typescript-workshop **Repository Path**: mirrors_codecentric/typescript-workshop ## Basic Information - **Project Name**: typescript-workshop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TypeScript Workshop ## Installation 1. Clone this repository with `git clone https://github.com/codecentric/typescript-workshop.git` 2. Change into the directory with `cd typescript-workshop` 3. Install dependencies with `npm ci` ## Check code quality 1. Run `npm run check` This will run the following tools: - `prettier` to check code formatting - `eslint` to check code quality - `tsc` to check TypeScript type errors 2. Run `npm run test` to run the tests