https://github.com/franneck94/udemyts
https://github.com/franneck94/udemyts
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franneck94/udemyts
- Owner: franneck94
- Created: 2021-08-24T14:14:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T18:59:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T18:41:47.779Z (7 months ago)
- Language: TypeScript
- Size: 4.33 MB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript for Beginners
## Install Software
- npm
- npm install -g typescript
- npm install -g lite-server
- npm install -g ts-node## Video Setup
- script.ts
- package.json
- tsconfig.json```bash
npm init
npm install
tsc -init
```