-
Clone the repo
git clone https://github.com/TaherJsStack/SOLID.git -
iNTO EACH FOLDER Install NPM packages
npm install -
TO RUN PROJECT AFTER INSTALLATION
npm run serve
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.
Clone the repo
git clone https://github.com/TaherJsStack/SOLID.git
iNTO EACH FOLDER Install NPM packages
npm install
TO RUN PROJECT AFTER INSTALLATION
npm run serve
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.