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

https://github.com/truecryingdev/ts-playground

Me learning TypeScript
https://github.com/truecryingdev/ts-playground

Last synced: 12 months ago
JSON representation

Me learning TypeScript

Awesome Lists containing this project

README

          

# TypeScript Playground
Me learning TypeScript

## Getting Started
Create build/ directory on root
``` sh
mkdir build
```
Compile TS files into JS files
``` sh
tsc
```
Run main.js
``` sh
node build/main.js
```

## License
[MIT](https://github.com/Andrsrz/ts-playground/blob/master/LICENSE)