4thex / angular-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-course

To run the app use the following command:
Version 5:
ng serve --host $IP --port $PORT --public $C9_HOSTNAME

Version 6:
nvm use 10
ng serve --host $IP --port $PORT --public-host $C9_HOSTNAME

Browse to the app on:
https://udemy-angular-course-fourthex.c9users.io/

To stage all new files use this command:
git add -A

To commit the changes:
git commit -m "Description"

To push all changes to github use this command:
git push origin master

About


Languages

Language:TypeScript 72.0%Language:HTML 14.5%Language:JavaScript 12.6%Language:CSS 0.9%