Small Youtube sample app built with Angular 2.
1- Install or update Angular CLI (Choose either option A or B):
Option A. You don't have Angular CLI installed globally in your computer:
npm install -g angular-cli
Option B. You already have Angular CLI installed but the version is lower than beta 14. You need to upgrade:
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
2- Clone the project and run the app in development mode:
git clone https://github.com/dlizarra/angular2-youtube.git
cd angular2-youtube
ng serve
3- Navigate to http://localhost:4200
.