Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 424 Bytes

Angular YouTube server

How to use

  1. install packages

npm install in root folder

  1. Start the server by

npm run start in root folder

  1. Change YOUR_HOST const inside server.js with your host to allow requests from the client.

  2. Connect your app to the server

Change /src/environments/environment.ts from Angular YouTube Player