Book: Head First Design Patterns
- Strategy
- Observer
- Decorator
- Factory
- Sigleton
- Command
- Adapter
- Facade
- Proxy
Install TypeScript
npm install
Compile and watch the typescript files
npm run dev
To run the JS files you need to have Node-js installed
cd build
node 2_observer_pattern.js