Borrowed some stuff from here https://github.com/auth0-blog/auth0-react-sample-classes
Add environment variables to your .env
file
install dependencies:
yarn
Run the client/server:
yarn dev
Add 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:latest
For 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