Skip to content

Instantly share code, notes, and snippets.

@robsonfaxas
Last active March 14, 2020 22:38
Show Gist options
  • Save robsonfaxas/48ff729f99843a4d9a7f94d8d7838235 to your computer and use it in GitHub Desktop.
Save robsonfaxas/48ff729f99843a4d9a7f94d8d7838235 to your computer and use it in GitHub Desktop.
[Angular-CLI - Instalação] - Instalação #angular #treinaWeb
*Necessário instalar o Node e Git
################################################################
Angular CLI
Ferramenta para se criar e fazer build de projetos com apenas um comando. Também sobe um servidor de desenvolvimento e cria arquivos.
################################################################
Ambiente de Trabalho
Instale o Node.js em https://nodejs.org
Instale o Angular CLI com o comando:
$ npm i -g @angular/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment