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

https://github.com/sangtrandev00/solid-principle-typescript

SOLID Principle in OOP
https://github.com/sangtrandev00/solid-principle-typescript

oop solid typescript

Last synced: 8 months ago
JSON representation

SOLID Principle in OOP

Awesome Lists containing this project

README

          

# ts-solid

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.