1.0.0 • Published 8 years ago

auth0-react-sample v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

Used Libraries