Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 979 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 979 Bytes

TypeScript Design Patterns

This project demonstrates various design patterns implemented in TypeScript. Each pattern is accompanied by a real-world example and can be executed locally. The project is organized by the categories of design patterns: Creational, Structural, and Behavioral.

Table of Contents

  1. Getting Started
  2. Available Patterns
  3. Running the Examples
  4. Project Structure
  5. Contributing
  6. License

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • Yarn (optional, but recommended)

Installation

yarn

Running the examples

yarn start and got through the prompts to run the examples.