This is the starting point for the Angular workshop
Plase follow this steps to prepare your machine:
- Install node from
https://nodejs.org - Install a git client
https://git-scm.com/ - Install an editor, preferably VS Code,
http://code.visualstudio.com/ - Install
angular cliby runningnpm install -g @angular/cli - clone this repo by running
git clone https://github.com/tibor19/ve-angular-workshop- If you don't want to track your changes against this repo please remove the
.gitfolder
- If you don't want to track your changes against this repo please remove the