Skip to content

vicentematus/patterns-of-enterprise-applications-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.