An open API service indexing awesome lists of open source software.

https://github.com/fr33m0nk/functional-programming-with-fp-ts

functional programming in typescript with fp-ts
https://github.com/fr33m0nk/functional-programming-with-fp-ts

educational educativeio fp-ts functional-programming typescript

Last synced: 3 months ago
JSON representation

functional programming in typescript with fp-ts

Awesome Lists containing this project

README

        

# functional-programming-with-fp-ts

## Problems and solutions from [Educative.io's Using fp-ts for Functional Programming in TypeScript](https://www.educative.io/courses/using-fp-ts-for-functional-programming-in-typescript) course

### To install dependencies:

```bash
bun install
```

### To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v0.6.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.