Basic implementation for dependency injection pattern
- Download example files:
$ git clone https://github.com/MohamedElmdary/dependencyInjection- then install dependencies:
$ yarn installOR
$ npm install- Run the example
$ yarn startOR
$ npm run start