Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 813 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 813 Bytes

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