Created
November 4, 2019 02:35
-
-
Save kylelix7/ae917324baff3a8f1ff3c110a6d1f94f to your computer and use it in GitHub Desktop.
setup Angular on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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