This is a CLI that lets you play the blackjack game. Will be expanding to React UI soon. Written in Typescript.
Clone the repo and then npm install and npx tsx src/index.ts on the root directory.
Alternatively, you can build the game to javascript using npm run build. You'll find the files on dist/.