Skip to content

A set of TypeScript examples demonstrating the SOLID principles: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion. Each principle implemented in its own folder with sample code and usage.

Notifications You must be signed in to change notification settings

TaherJsStack/SOLID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID training courses

Installation

  1. Clone the repo

    git clone https://github.com/TaherJsStack/SOLID.git
    
  2. iNTO EACH FOLDER Install NPM packages

    npm install
    
  3. TO RUN PROJECT AFTER INSTALLATION

    npm run serve
    

About

A set of TypeScript examples demonstrating the SOLID principles: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion. Each principle implemented in its own folder with sample code and usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published