Create a database using Google Firebase and follow along with the instructions on Firebase Setup
Add your keys in the main.js
file in firebaseConfig:
const firebaseConfig = {
apiKey: "*****",
authDomain: "*****",
databaseURL: "*****",
projectId: "karaoke-party-application",
storageBucket: "*****",
messagingSenderId: "*****",
appId: "*****",
measurementId: "*****"
};
Go to YouTube API setup page, follow along with the steps on the page to obtain an API key.
In terminal, type:
npm install
then:
npm start