Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akkiepro/typescript

core TypeScript concepts
https://github.com/akkiepro/typescript

core learn-to-code ts tutorial typescript

Last synced: about 20 hours ago
JSON representation

core TypeScript concepts

Awesome Lists containing this project

README

        

# Install TypeScript globally using following command
=> npm install -g typescript

# to run .ts file run following command
=> tsc file_name.ts