Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srijanmukherjee/react-auth0-example
React + Auth0 integration example
https://github.com/srijanmukherjee/react-auth0-example
Last synced: 9 days ago
JSON representation
React + Auth0 integration example
- Host: GitHub
- URL: https://github.com/srijanmukherjee/react-auth0-example
- Owner: srijanmukherjee
- Created: 2024-03-09T20:22:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T21:09:29.000Z (8 months ago)
- Last Synced: 2024-03-09T22:23:04.359Z (8 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Auth0 integration example
Setup auth0 account and application: [auth0.com/docs](https://auth0.com/docs)
## Running Instruction
```sh
# Install dependencies
$ yarn install# To run in development mode
$ yarn dev# Create production build
$ yarn build
```