1.9.0 • Published 8 months ago

cra-template-fluentui-dashboard v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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:

1.9.0

8 months ago

1.8.0

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago