https://github.com/spirosikmd/typescript-design-patterns
TypeScript Design Patterns
https://github.com/spirosikmd/typescript-design-patterns
Last synced: about 2 months ago
JSON representation
TypeScript Design Patterns
- Host: GitHub
- URL: https://github.com/spirosikmd/typescript-design-patterns
- Owner: spirosikmd
- Created: 2016-09-11T19:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T22:14:21.000Z (over 8 years ago)
- Last Synced: 2025-01-13T04:27:38.142Z (4 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Design Patterns
Based on the awesome [Head First Design Patterns](http://shop.oreilly.com/product/9780596007126.do) book.
Currently implemented patterns:
- [x] Strategy
- [x] Observer
- [x] Decorator
- [ ] FactoryTo develop further install node modules
```
$ npm i
```and start development
```
$ npm start
```