A mini quiz app to determine your coder personality as a tutorial for Auth0 + React. It's all for good fun. The results are not scientific.
Read full tutorial at https://lo-victoria.com/a-quick-beginners-guide-to-set-up-auth0-react
Note: You must have an Auth0 app credential to test the demo locally.
- Clone this repo
- Run
npm install
- Create
.env
at root folder with credentials. E.g.
REACT_APP_AUTH0_DOMAIN = your-url.auth0.com
REACT_APP_AUTH0_CLIENT_ID = your-client-id
- Run
npm start