This example shows how to use Microsoft's Fluent UI design system within a Next.js app. Read the Fluent UI wiki to see how it works.
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/resir014/nextjs-fluentui-quickstart with-fluentui-app
# or
yarn create next-app --example https://github.com/resir014/nextjs-fluentui-quickstart with-fluentui-app
Deploy it to the cloud with Vercel (Documentation).