An app example with authentication using Create React App, React, React Router, Apollo, Redux and Redux Form.
You have to run the server and the client app to see this example working.
The client app is all about the user interface.
IMPORTANT NOTE
The client app has been created with Create React App, which means you can build and run it for production too.
Run it!
cd react-auth-app-example && cd client
npm install
npm start
This is the server with a GraphQL API.
IMPORTANT NOTE
The server app is not production-ready.
Run it!
cd react-auth-app-example && cd server
npm install
npm start
Do you know how to improve it? Feel free to contribute to this project.
MIT.