Warning
Currently work in progress. Patterns are incomplete.
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.
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.