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

https://github.com/softspiders/dependency-inversion-principle-on-node-js

Dependency Inversion Principle (DIP) on NodeJS
https://github.com/softspiders/dependency-inversion-principle-on-node-js

dependency-inversion dip javascript js node softspiders solid ss

Last synced: 3 months ago
JSON representation

Dependency Inversion Principle (DIP) on NodeJS

Awesome Lists containing this project

README

        

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# *Dependency Inversion Principle* (*DIP*) on *NodeJS*

UNDER_DEVELOPMENT

---

## Feature tags

- dip
- node
- javascript
- solid

---

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

---

## Requirements

[Node.js](https://nodejs.org/en/download/package-manager/)

---

## Installation

```sh
yarn
```

## Run

### Run Naive

```sh
yarn start-naive
```

### Run with DIP

```sh
yarn start-dip
```

### Run Deck

```sh
yarn start-deck
```

---

## License

Licensed under the [MIT license](./LICENSE).