This is an Angular 7 + Angular Material + YouTube API application.
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
- Clone this repo:
git clone git@github.com:90lucasgabriel/challenge-youtube.git
- Access directory:
cd challenge-youtube
- Install dependencies:
npm install
- 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.