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 the web application:
$ yarn web
then click on demo links.
Applied Functional Programming Workshop, Typescript Edition
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 the web application:
$ yarn web
then click on demo links.
Applied Functional Programming Workshop, Typescript Edition
MIT License