Skip to content

michael-siek/auth0-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published