Skip to content

Latest commit

 

History

History

consumindo_api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Consumindo API com TypeScript

Comandos para rodar o projeto

$ npm install
$ npx tsc -w

A flag -w iniciará o compilador em watch mode. Dessa forma, o tsc compilará o arquivo index.ts tão logo haja mudanças.