Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```