Useful content

Video links:

Article links:

Clone and install dependencies

git clone https://github.com/Lormida/fp-ts-examples.git \
&& cd fp-ts-examples \
&& pnpm i

Run file locally

  1. Put needed code (function or module) in main.ts file
  2. Then either use:
npm run build:watch && npm run start

or

npm run dev