An open API service indexing awesome lists of open source software.

https://github.com/cult-of-coders/typescript-workshop-2021

The repository in which our internal workshop was based on.
https://github.com/cult-of-coders/typescript-workshop-2021

Last synced: about 1 month ago
JSON representation

The repository in which our internal workshop was based on.

Awesome Lists containing this project

README

        

# Typescript Workshop

This represents the source code for our TypeScript Workshop at Cult of Coders held by Theodor Diaconu.

## Preparation

```
npm install -g ts-node
npm install
```

## Execution

```
ts-node src/{file}.ts
```