Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 840 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 840 Bytes

frontend-react

React frontend with user authentication.

Start locally

to start run:

REACT_APP_CID_TENANT_ID=<tenant_id> \
REACT_APP_CID_CLIENT_ID=<client_id> \
REACT_APP_CID_SCOPE='openid' \
npm start

Then navigate to: http://localhost:3000/react

Note: In your SPA app, put the following parameters:

Learn More