Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 6 hours 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)