Another repo for degisn pattern for ts developer
Feel free to build awesome design pattern
Node version:
10.16.3
npm i
To ensure you finish installation properly first
npm run test
Prettier and ts-lint are using to check Typescript code for readability, maintainability, and functionality errors
Please follow this style, and do not force commit to bypass the coding style validation
- This is maintained by
@Nhat Nguyen- https://sinme.xyz - Email: nhatndm1193@gmail.com
- Fork it
- Create your feature branch (
git checkout -b feature/add_more_design_pattern) - Commit your changes (
git commit -am 'Add some design pattern') - Push to the branch (
git push origin feature/add_more_design_pattern) - Create a new Pull Request