Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.4 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.4 KB

Functional TypeScript

Example TypeScript from my talk delivered at ConFoo Montreal 2020 and JS Remote Conf 2020.

Setup

With Node installed on your machine, run the following commands from your terminal:

git clone https://github.com/delventhalz/functional-typescript.git
cd functional-typescript
npm install

Usage

Build

To compile the TypeScript files into JS, run:

npm run build

Output files will be located in the built/js/ directory.

Test

To run the unit tests included in the tests/ directory, run:

npm test

Slides

The slides from the talk are available on Google Slides.

Feedback

If you discover typos or bugs in the repo or talk, a quick GitHub Issue is always appreciated.

For any follow up questions, I am known to lurk on twitter when I should be doing something productive with my life.

License

The source code for this project is licensed for reuse under the MIT license.

Slides and any original written material are licensed under Creative Commons Attribution 4.0.