Deploying Node.js application on Heroku

Deploying the Node.js application to Heroku would involve the following command:

//assumes you have ran $ heroku apps:create ltngOutApp 
git add

git commit -m "Lightning Out App"
git push heroku master

On successful build, you can open the Heroku app from a Terminal using the heroku open command. 

Configure CORS for the Heroku URL, as shown in the following screenshot in your Salesforce instance. CORS can be found by navigating to Set up | Security ControlsCORS.

The application will ask for credentials and, once logged in, you will see the YouTube search component functional on the Heroku instance, as shown in the following screenshot:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.149.234.188