Skip to content

mkokabi/cra-template-fluentui-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-typescript

This is a TypeScript template for Create React App.

To use this template, add --template fluentui-dashboard when creating a new app.

For example:

npx create-react-app my-app --template fluentui-dashboard

# or

yarn create react-app my-app --template fluentui-dashboard

Auth settings

REACT_APP_BACKEND_API_URL=http://localhost:7071/v1
REACT_APP_REDIRECT_URI=http://localhost:3000/
REACT_APP_TENANT_ID=<Your tenant Id>
REACT_APP_PORTAL_CLIENT_ID=<Your application/Client Id>
REACT_APP_SCOPES=<Scope(s)>
REACT_APP_ADMIN_ROLE=<Admin role>
REACT_APP_VIEWER_ROLE=<Viewer role>

Testing features

For the top left menu find options to show message bar success and errors and toggle progressbar.

For more information, please refer to:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published