Note Esse projeto requer node >=v6.9.0 and npm >=3.
Execute os comandos abaixo
$ git clone https://github.com/jesielconceicao/app-template-angular
$ cd app-template-angular
# Comando para Instalar as dependëncias
$ npm install
# Comando para compilar
$ npm run build
Executar os testes unitários (Karma)
ng test
Executar os testes end-to-end ( Protractor.)
ng e2e
ng serve
.
Pra ter mais ajuda sobre o Angular CLI use ng help
ou verifique no Angular CLI README.