Implementation of Design Patterns in modern TypeScript
To start project, you need type in console next command:
npm start
- Update, compile and run project
Also you can use:
npm run update
- Update npm packages
npm run compile
- Compile project
npm run compile-watch
- Compile and watch for changes
At the moment the next patterns implemented:
In order to learn design patterns, you can use following websites.