Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhoan5/aprendiendo-typescript


https://github.com/jhoan5/aprendiendo-typescript

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# aprendiendo-TypeScript

## Acerca
_En este repositorio voy a crear una metodología para aprender TypeScript_

## Contribuir
1. **Realiza un Fork**: [Fork](https://github.com/Jhoan5/aprendiendo-TypeScript/Fork)
2. **Clonar el repositorio**:
```bash
git clone https://github.com/Jhoan5/aprendiendo-TypeScript.git
```
## Ejemplo de instalación de TypeScript `bash terminal`
1. **Instalar TypeScript**: `npm install -g typescript`
2. **Ejecutar el comando**: `tsc --init`
3. **Crear un archivo .ts**: `touch archivo.ts`
4. **Ejecutar el comando**: `tsc archivo.ts`
5. **Ejecutar el archivo javascript**: `node archivo.js`
## Licencia
**MIT License**