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.
- Host: GitHub
- URL: https://github.com/cult-of-coders/typescript-workshop-2021
- Owner: cult-of-coders
- License: mit
- Created: 2021-05-06T10:48:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T12:56:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T11:23:34.503Z (3 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```