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
- Host: GitHub
- URL: https://github.com/truecryingdev/ts-playground
- Owner: truecryingdev
- License: mit
- Created: 2021-08-15T19:54:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T23:33:25.000Z (over 4 years ago)
- Last Synced: 2025-07-19T07:29:45.071Z (12 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)