A repo that collocts common design patterns for practicing purpose.
If you want to see code results you need:
- nodejs
- npm
- run
npm install babel-cli -g
- in the root directory run
npm install
in the root directorty run babel-node ${pattern}/index.js
where ${pattern}
is the pattern name.
exmaple to evaluate strategy pattern code: babel-node strategy/index.js