Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 931 Bytes

File metadata and controls

30 lines (18 loc) · 931 Bytes

Patterns of Enterprise Application Architecture on Typescript

Warning

Currently work in progress. Patterns are incomplete.

See what the book is about.

Based on DHH - The five programming books that meant most to me.

See notes on my website (spanish). This is currently WIP.

Implementing the patterns on Typescript to understand more what Martin Fowler is trying to explain.

How to run this

First, install Bun runtime.

To install dependencies on the root folder:

bun install

To run:

bun --hot <path-to-pattern>

This project was created using bun init in bun v1.1.21. Bun is a fast all-in-one JavaScript runtime.