https://github.com/danielvieiravega/ddd-patterns-ts
Prática do módulo de DDD: Modelagel Tática e Patterns do curso Full Cycle
https://github.com/danielvieiravega/ddd-patterns-ts
Last synced: 3 months ago
JSON representation
Prática do módulo de DDD: Modelagel Tática e Patterns do curso Full Cycle
- Host: GitHub
- URL: https://github.com/danielvieiravega/ddd-patterns-ts
- Owner: danielvieiravega
- Created: 2022-06-16T19:07:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T20:15:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:32:55.309Z (4 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
npm i typescript --save-dev
npx tsc --initnpx tsc #para compilar o typescript
npm i tslint --save-dev
npx tslint --init