Skip to content

chantalchawki/ts-design-patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Design Patterns Library

A library intended for learning and Practicing Design Patterns using TypeScript.

Usage

# Installing the needed dependencies
$ npm install

# OPTIONAL: Run Compilation for Error Checking
$ npm run build

# OPTIONAL: Run Compilation on Watch Mode
$ npm run build:watch

# Running the tests
$ npm test

# Running the tests in watch mode
$ npm run test:watch

Learning Sources

  1. Design Patterns: Elements of Reusable Object-Oriented Software
  2. Design Patterns Library | Pluralsight
  3. Refactoring.guru
  4. SourceMaking.com
  5. Wikipedia

About

A TypeScript Design Patterns Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%