Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielleandro0801/typescript-event-dispatcher
Repository with an example of Event Dispatcher in Typescript
https://github.com/gabrielleandro0801/typescript-event-dispatcher
ddd domain-events nodejs typescript
Last synced: 6 days ago
JSON representation
Repository with an example of Event Dispatcher in Typescript
- Host: GitHub
- URL: https://github.com/gabrielleandro0801/typescript-event-dispatcher
- Owner: gabrielleandro0801
- Created: 2023-02-08T23:20:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T23:52:30.000Z (4 months ago)
- Last Synced: 2024-07-18T03:15:19.884Z (4 months ago)
- Topics: ddd, domain-events, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typescript Event Dispatcher
## Installing the dependencies
``` bash
npm i
```## Local Testing
``` bash
npm run dev
```