https://github.com/lostintime/fp-to-the-max
Code sources for my blog post on generic functional programming with TypeScript
https://github.com/lostintime/fp-to-the-max
Last synced: over 1 year ago
JSON representation
Code sources for my blog post on generic functional programming with TypeScript
- Host: GitHub
- URL: https://github.com/lostintime/fp-to-the-max
- Owner: lostintime
- Created: 2019-02-24T15:35:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T15:45:49.000Z (over 7 years ago)
- Last Synced: 2025-01-21T17:14:14.949Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://lostintimedev.com/2019/02/24/generic-functional-programming-with-typescript.html
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Generic Functional Programming with TypeScript
==============================================
This repo contains code sources on for my blog post on [generic functional programming with TypeScript](https://lostintimedev.com/2019/02/24/generic-functional-programming-with-typescript.html).
## 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](https://github.com/lostintime/fp-to-the-max/issues).