An open API service indexing awesome lists of open source software.

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

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
- [ ] Factory

To develop further install node modules

```
$ npm i
```

and start development

```
$ npm start
```