Skip to content

MaorDavidzon/react-auth0-final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Quick Start

  1. Configure your React app in the Auth0 Dashboard as outlined in the course.

  2. Create a .env file in the project root (same directory as package.json) that contains the following:

REACT_APP_AUTH0_DOMAIN=YOUR AUTH0 DOMAIN HERE
REACT_APP_AUTH0_CLIENT_ID=YOUR AUTH0 CLIENT ID HERE
REACT_APP_AUTH0_CALLBACK_URL=http://localhost:3000/callback
  1. Run the following:
npm install
npm start

About

The final app used to record the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 12.2%
  • CSS 4.6%