An open API service indexing awesome lists of open source software.

https://github.com/tanvirstreame/factory-design-pattern-typescript


https://github.com/tanvirstreame/factory-design-pattern-typescript

design-patterns factory-pattern nodejs typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Factory Design Pattern Typescript

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

# Introduction

This repository is inspired by `Head First Design Patterns: A Brain-Friendly Guide`


Download the book from [here](https://github.com/ajitpal/BookBank/raw/master/%5BO%60Reilly.%20Head%20First%5D%20-%20Head%20First%20Design%20Patterns%20-%20%5BFreeman%5D.pdf)

### Tech
* Node JS
* Type Script

### Installation
Install the dependencies and devDependencies -
```sh
$ npm install
```
Running the backend project -

```sh
$ npm run dev
```
Eslint auto fix -

```sh
$ npm run lint -- --fix
```

----

MIT