Skip to content

Instantly share code, notes, and snippets.

@susanahernandezd
Last active April 9, 2020 10:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save susanahernandezd/8b027cebc38ae57f42e9e8379a28cc54 to your computer and use it in GitHub Desktop.
# Install angular CLI to run ng commands
npm install -g @angular/cli
# Create new angular app
# --skip-install: to not install dependeces
ng new <APP_NAME> --skip-install
# Build and serve the aplicaction
ng serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment