auth0-react-sample
v1.0.0
Published
A minimal reactJS sample application showing auth0 integration
Downloads
24
Readme
Starter Seed for Auth0-React Quickstart Guides
This seed project contains a regular ReactJS application.
The seed does not a contain anything related to Auth0 except the auth0-lock dependency in package.json. Instead, it will serve as a starting point for adding Auth0 to your project.
Getting Started
Run:
# Install the dependencies
npm install
# copy configuration (see below)
cp .env.example .env
# Run
npm start