Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhoan5/aprendiendo-typescript
https://github.com/jhoan5/aprendiendo-typescript
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhoan5/aprendiendo-typescript
- Owner: Jhoan5
- License: mit
- Created: 2024-07-11T12:43:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:13:54.000Z (2 months ago)
- Last Synced: 2024-08-29T21:30:33.920Z (2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**