Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baxtergu/typescript-ioc-di-sample
Simple example for illustation of [DI framework principle]. Built in typescript and for personal learn purpose only.
https://github.com/baxtergu/typescript-ioc-di-sample
Last synced: 26 days ago
JSON representation
Simple example for illustation of [DI framework principle]. Built in typescript and for personal learn purpose only.
- Host: GitHub
- URL: https://github.com/baxtergu/typescript-ioc-di-sample
- Owner: baxtergu
- Created: 2021-01-26T08:13:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T08:27:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T03:17:12.762Z (2 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript IOC & DI Sample
> Inspired by: [如何基于 TypeScript 实现控制反转](https://zhuanlan.zhihu.com/p/311184005)
## How to use
### Just Run It
```shell
# after install all dependencies then run
yarn start
# check the termial to see the output
```### Debug
This sample include VSCode config file for debug. Open repository folder with VSCode, insert any `breakpoint` you want then press `F5`. The project will run in debug mode though.