Skip to content

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

License

Notifications You must be signed in to change notification settings

delventhalz/functional-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published