Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devthatcries/ts-playground
- Owner: devthatcries
- License: mit
- Created: 2021-08-15T19:54:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T23:33:25.000Z (about 3 years ago)
- Last Synced: 2025-01-08T12:42:00.957Z (about 12 hours 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)