Module 3 Introduction
This lesson preview is part of the Build a Spotify Connected App course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to Build a Spotify Connected App, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

[00:00 - 00:11] Okay, module three, setting up a React frontend. So in the last module, we learned about OAuth and implemented Spotify's authorization code flow with our express app.
[00:12 - 00:23] In this module, we'll set up a React app for the frontend of our app. We'll configure our project to handle two package.json files and update our workflow to run both client side and server side code at the same time.
[00:24 - 00:54] We'll also learn how to pass the Spotify OAuth access token we retrieved in the previous module from our node server to our React app. So we'll cover how to quickly spin up a React app with create React app, how to pass the OAuth access token from our node server to our React app, how to run an express app and a React app concurrently, and how to set up an efficient development workflow with two package.json files.
[00:55 - 00:57] Let's get started. (clipper buzzing)