Skip to content

Applied Functional Programming Workshop, Typescript Edition

License

Notifications You must be signed in to change notification settings

doubleloop-io/applied-fp-workshop-ts

Repository files navigation

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