Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akkiepro/typescript
- Owner: akkiePro
- Created: 2024-03-10T17:54:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T13:31:24.000Z (8 months ago)
- Last Synced: 2024-03-13T14:46:43.933Z (8 months ago)
- Topics: core, learn-to-code, ts, tutorial, typescript
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=30LWjhZzg50&t=951s&ab_channel=freeCodeCamp.org
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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