/applied-fp-workshop-ts

Applied Functional Programming Workshop, Typescript Edition

Primary LanguageTypeScriptMIT LicenseMIT

Applied Functional Programming Workshop - Typescript Edition

Test

Yarn Commands

Install dependencies:

$ yarn install

Run build:

$ yarn build

Run tests:

$ yarn test
# or with file watcher
$ yarn test:watch

Run a TypeScript file:

$ yarn eval app/index.ts

Run a REPL console:

$ yarn ts-node

Run the web application:

$ yarn web

then click on demo links.

Documentation