ReactJS Authentication Tutorial
This is the code that accompanies the ReactJS Authentication Tutorial on Auth0 Blog
Installation
# Get the project
git clone https://github.com/auth0-blog/reactjs-authentication-tutorial.git reactjs-authentication-tutorial
# Change directory
cd reactjs-authentication-tutorial
# Install the dependencies
npm install
# Run your app
npm start