Skip to content

Latest commit

 

History

History
 
 

frontend-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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