This repository contains a structured crash course on TypeScript fundamentals. Each concept is organized in a separate folder with a markdown file containing detailed explanations and code examples.
- Introduction
- Basic Types
- Type Inference
- Type Guards
- Functions
- Async & Await
- Interfaces
- Type Compatibility
- Classes
- Modules
- Enums
- Generics
- Utility Types
- Decorators
- Advanced Types
-
Navigate to the game directory:
cd 50_tictactoe # or cd 51_hangman
-
Install the dependencies:
npm install
-
Build the project:
npm run build
-
Run the game:
npm start