Skip to content

Instantly share code, notes, and snippets.

@csmr
Last active April 9, 2024 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csmr/485f7e38c8bc6ada128966c2e356edbd to your computer and use it in GitHub Desktop.
Save csmr/485f7e38c8bc6ada128966c2e356edbd to your computer and use it in GitHub Desktop.
Angular lessons base deps installer
#!/bin/bash
echo "OK this runs the basic stuff to work with the lessons. If error, read script and fix it."
# npm
npm -v
# node
node -v
# ng cli
sudo npm install -g @angular/cli
ng version
git clone https://github.com/MarkTechson/angular-fundamentals-lessons.git
cd angular-fundametals-lessons.git
npm install
ng serve 01-hello-angular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment