Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 957 Bytes

File metadata and controls

22 lines (16 loc) · 957 Bytes

Single-Page Application Routing - Authentication

Key Topics

Single-Page Application Routing Authentication
What & Why? How Authentication Works In React Apps
Using React Router Implementing User Authentication
Data Fetching & Submission Adding Authentication Persistence & Auto-Logout

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/routing-auth   # navigate to project folder
npm install   # install dependencies, backend & frontend
npm run dev   # start development servers, backend & frontend

Open http://localhost:5173 in a browser to view the application.