Skip to content

ymaniz09/typescript-alura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursos de Typescript @ Alura

Cursos da formação Angular, disponível na plataforma da Alura.

Typescript: Descobrindo a linguagem:

TypeScript parte 1: Evoluindo seu Javascript

  • Bem começado, metade feito
  • Benefícios da tipagem estática
  • Elaborando uma solução de view
  • Herança, reaproveitamento de código
  • TypeScript definitions

TypeScript parte 2: Mais técnicas e boas práticas

  • NameSpace e módulos externos
  • Lapidando nosso código
  • O poder dos decorators
  • API externa e interface
  • Mais sobre interfaces

Running the project:

Installing dependencies:

  • Install all dependencies listed in package.json:
$ npm install
  • This should be run inside api folder as well

Running the API server:

$ npm start

Running the main server:

$ npm start
  • You could check it at http:https://localhost:3000/
  • The script start will run concurrently "npm run watch" "npm run server", thus any change on .ts files will trigger a refresh on browser-sync

About

Exercícios e projetos de TypeScript @ Alura

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published