Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
This is a minimal starter boilerplate project that includes React, Redux, React Router, and Auth0 authentication. It provides a live demo with a simple Facebook login via Auth0. The project aims to make it easy to add authentication to web applications using various authentication sources.
npm install
npm start
src/utils/config.js file has the correct values from your Auth0 account.This minimal starter boilerplate project provides an easy way to add authentication to React web applications using technologies like React, Redux, React Router, and Auth0. It includes a live demo with a Facebook login via Auth0 and supports various authentication sources. The project also includes a AuthService module for managing authentication and a working example app that demonstrates the features in action.