Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 437 Bytes

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)