From the course: React: Authentication

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Basic project setup

Basic project setup

- [Instructor] So now that we know a little bit of the background behind the user authentication, our next step is going to be to put together a full stack react project that actually incorporates these concepts. For this course, instead of setting up our project from scratch, we're going to be using some existing code that I've put together that will make a lot of things easier for us. And this code just contains some basic logic for doing things like connecting to the database, displaying different pages on different routes, et cetera. You know, the stuff that you'd expect from basic project setup. And I'm going to walk you through all of this very briefly. So there's two ways to get this starter code. The first is from the start folder of this courses exercise files. And the second is by cloning the project from my repo on GitHub. I'm going to be using GitHub here, but either way you want to do it is perfectly fine.…

Contents