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

https://github.com/davidmartinperez/typescript-quickstart

Empezando en TypeScript
https://github.com/davidmartinperez/typescript-quickstart

arrow-functions class ecmascript6 es6 es6-javascript js quickstart typescript

Last synced: over 1 year ago
JSON representation

Empezando en TypeScript

Awesome Lists containing this project

README

          

# TypeScript-QuickStart

## Aprendiendo TypeScript y ECMAScript 6

Para instalar dependencias de TS
```
npm install
```
Para transpilar archivos TS a JS

```
tsc fichero.ts
```
Para que compile al guardar
```
tsc -w fichero.ts
```