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