apps/public-docsite-resources/README.md
💡 NOTE:
🚨 This project is both application and library, which introduces disallowed domain relationships (
public-docsiteandssr-testsapplication depend on this application ) and also that's why it has bothbundleandbuildtargetsIn order to properly follow domain scoping and our target naming and configuration, this project would need to be dissected into two:
- public-docsite-resources-api
- would live under
/packages/- would contain all sources except application related code
- on
buildwould generatedist/api/*.jsonand all transpiled js modules related to creation ofAppDefinition.tsx- public-docsite-resources-app
- would depend on
public-docsite-resources-api#buildin order to obtain AppDefinition andapi/*.jsonfiles- would contain only application related code
- on
bundlewould build deployable application as of today
Local demo app for @fluentui/react controls
This project contains the demo app that runs when you do yarn start from the root of the Fluent UI repo or from the @fluentui/react package.
To see a live version of this app, go to https://aka.ms/fluentdemo and choose a version.
See the readme for more information about Fluent UI and instructions for getting started with development, including how to run this app locally.