Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 594 Bytes

Generic Functional Programming with TypeScript

This repo contains code sources on for my blog post on generic functional programming with TypeScript.

Installation

git clone https://github.com/lostintime/fp-to-the-max.git
cd fp-to-the-max
npm install

Build and Play

npm run build
npm start -s

Issues

If you spot any issues with post content - please open an issue here.