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 install
Running the backend project -
$ npm run dev
Eslint auto fix -
$ npm run lint -- --fix
MIT