This repository is inspired by Head First Design Patterns: A Brain-Friendly Guide
Download the book from here
- Node JS
- Type Script
Install the dependencies and devDependencies -
$ npm installRunning the backend project -
$ npm run devEslint auto fix -
$ npm run lint -- --fixMIT