Skip to content

A two files implementation of React + Auth0. Perfect to use as a quick configuration guide

Notifications You must be signed in to change notification settings

gemanepa/mini-react-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini React Auth0

src/App.js

src/index.js

How to run

  1. Create a .env file with the following content: REACT_APP_AUTH0_CLIENTID=YOUR_CLIENT_ID REACT_APP_AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
  2. npm install
  3. npm run start

Nodejs Version Incompatibility?

Run nvm use in project folder (nvm installation link)

About

A two files implementation of React + Auth0. Perfect to use as a quick configuration guide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published