Skip to content

onkea/angular2-youtube

 
 

Repository files navigation

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

About

Small Youtube sample app built with Angular 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • TypeScript 33.8%
  • HTML 18.2%
  • CSS 5.0%