You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "For this Assessment you will be building a simple YouTube client application. Your app will allow users to search for videos, watch a video and leave a comment for it.",
"main": "index.js",
"scripts": {
"start": "cd server && npm start",
"heroku-prebuild": "cd server && npm install && cd ../youtube && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"