Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.46 KB

Angular 2 YouTube

Dependencies Dev Dependencies

Small Youtube sample app built with Angular 2.

Demo

Quickstart

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.

Tech stack & libraries

Screenshot