https://github.com/vitorhonna/learning-typescript
Learning Typescript
https://github.com/vitorhonna/learning-typescript
Last synced: 3 months ago
JSON representation
Learning Typescript
- Host: GitHub
- URL: https://github.com/vitorhonna/learning-typescript
- Owner: vitorhonna
- Created: 2022-09-13T13:05:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T14:13:05.000Z (over 2 years ago)
- Last Synced: 2025-01-14T18:04:18.827Z (5 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Typescript
Install: `npm i -g typescript`
Create project: `tsc --init`
Transpile .ts to .js: `tsc `