Borrowed some stuff from here https://github.com/auth0-blog/auth0-react-sample-classes
Add environment variables to your .env file
install dependencies:
yarnRun the client/server:
yarn devAdd environment variables to your .env file
Build docker container:
docker build -t auth0-react:latest .Run docker container:
docker run -itd -p 4040:4040 -p 6060:6060 auth0-react:latestFor auth0 specific support please go to the original guide
For any other support please create an issue.
There was no real good example that used TypeScript and React