Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 691 Bytes

File metadata and controls

34 lines (24 loc) · 691 Bytes

Factory Design Pattern Typescript

Build Status

Introduction

This repository is inspired by Head First Design Patterns: A Brain-Friendly Guide
Download the book from here

Tech

  • Node JS
  • Type Script

Installation

Install the dependencies and devDependencies -

$ npm install

Running the backend project -

$ npm run dev

Eslint auto fix -

$ npm run lint -- --fix

MIT