Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 859 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 859 Bytes

Example React/TypeScript Application with Auth0

Borrowed some stuff from here https://github.com/auth0-blog/auth0-react-sample-classes

Get Started (develop)

Add environment variables to your .env file

install dependencies:

yarn

Run the client/server:

yarn dev

Get Started (Docker)

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

Additional support

For auth0 specific support please go to the original guide

For any other support please create an issue.

Why this was created

There was no real good example that used TypeScript and React