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
- Host: GitHub
- URL: https://github.com/tanvirstreame/factory-design-pattern-typescript
- Owner: tanvirstreame
- Created: 2022-12-24T21:43:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T08:49:14.000Z (over 2 years ago)
- Last Synced: 2025-02-02T00:14:50.579Z (4 months ago)
- Topics: design-patterns, factory-pattern, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Factory Design Pattern Typescript
[](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