5. Configure & Run Demo

Update settings of your app to link app to credentials.

your code editor (Visual Studio Code) and open the folder where you checked out the starter project.

  1. Find and edit the ~/.env file and modify it with your client key and secret.

~/.env file

  1. Run the application and sign in

    • npm run

    • Sign In

Congrats, lets review what we did!

Last updated