Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.46 KB

Design Patterns by Example with TypeScript

Build Status Test Coverage Maintainability

Creational

Usage

Make sure to have the following tools install to run and test the project:

Clone the repository

git clone [email protected]:rpressiani/typescript-design-patterns.git

or

git clone https://github.com/rpressiani/typescript-design-patterns.git

Install dependencies

npm install

Run demos

Every design pattern has a demo that can be run. Move in the specific directory to read instructions on how to compile and run the demo.