cra-template-fluentui-dashboard

1.9.0 • Public • Published

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:

Package Sidebar

Install

npm i cra-template-fluentui-dashboard

Weekly Downloads

5

Version

1.9.0

License

MIT

Unpacked Size

56.5 kB

Total Files

32

Last publish

Collaborators

  • mkokabi