jferrettiboke / react-auth-app-example

An app example with authentication using Create React App, React, React Router, Apollo, GraphQL, Redux and Redux Form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React auth app example

Description

An app example with authentication using Create React App, React, React Router, Apollo, Redux and Redux Form.

Run the app

You have to run the server and the client app to see this example working.

Client

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!

  1. cd react-auth-app-example && cd client
  2. npm install
  3. npm start

Server

This is the server with a GraphQL API.

IMPORTANT NOTE

The server app is not production-ready.

Run it!

  1. cd react-auth-app-example && cd server
  2. npm install
  3. npm start

Contributing

Do you know how to improve it? Feel free to contribute to this project.

License

MIT.

About

An app example with authentication using Create React App, React, React Router, Apollo, GraphQL, Redux and Redux Form.

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.5%