This sample demonstrates how to include user authorization in a React application with Auth0. The sample uses create-react-app.
cd [into your directory]
npm install || yarn
npm start || yarn start
The application will be served at http://localhost:3000
.