Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 905 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 905 Bytes

Challenge - YouTube

This is an Angular 7 + Angular Material + YouTube API application.

Video Preview

https://youtu.be/CZ_zvY2QQC4

Prerequisites

Make sure you have Node 6.9.0 or higher, together with NPM 3 or higher installed.

  • This project was generated with Angular CLI version 7.1.0:
npm install -g @angular/cli

Installing

  • Clone this repo:
git clone [email protected]:90lucasgabriel/challenge-youtube.git
  • Access directory:
cd challenge-youtube
  • Install dependencies:
npm install

Running

  • Run the app:
ng serve --open

Head to http://localhost:4200 in your browser and you'll see the app running.

The app will automatically reload if you change any of the source files.