https://github.com/king-sj/designpatterns
Implements various design patterns using TypeScript.
https://github.com/king-sj/designpatterns
desing-patterns typescript
Last synced: about 1 year ago
JSON representation
Implements various design patterns using TypeScript.
- Host: GitHub
- URL: https://github.com/king-sj/designpatterns
- Owner: King-sj
- Created: 2024-10-29T03:00:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:21:55.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:51:12.905Z (about 1 year ago)
- Topics: desing-patterns, typescript
- Language: TypeScript
- Homepage: https://www.bupt.online
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Patterns Project
This project implements various design patterns using TypeScript.
Tutorials can be found at [BUPT Online](https://bupt.online) or [King SJ's Blog](https://king-sj.github.io)
## Environment
+ Windows 11
+ Node.js 22.2.0
+ ts-node 10.9.2
## How to Run
Take the Iterator pattern as an example:
```sh
cd src/iterator
ts-node main.ts
```