Skip to content

Instantly share code, notes, and snippets.

@kylelix7
Created November 4, 2019 02:35
Show Gist options
  • Save kylelix7/ae917324baff3a8f1ff3c110a6d1f94f to your computer and use it in GitHub Desktop.
Save kylelix7/ae917324baff3a8f1ff3c110a6d1f94f to your computer and use it in GitHub Desktop.
setup Angular on mac
# install node.js if you haven't done it
brew install node
# install angular cli
npm install -g @angular/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment