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

https://github.com/franneck94/udemyts


https://github.com/franneck94/udemyts

Last synced: 7 months ago
JSON representation

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
```