Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 608 Bytes

File metadata and controls

16 lines (10 loc) · 608 Bytes

React PropelAuth Starter

This repo contains a forkable repo which uses PropelAuth where users can sign up, login, manage their accounts, and view organization and member information.

Here are guides which will walk you through how to use this frontend code with a variety of backend library options.

Getting Started

Make sure to update .env with your project's information. Then, install and run:

npm install
npm start

Open http://localhost:3000 with your browser to see the result.