- Notifications
You must be signed in to change notification settings - Fork2.8k
What's the best way to start a new Fluent UI project today?#35118
-
Lets just say I start with a blank folder, what commands would you recommend I use to start my project to get a bare bones Fluent UI interface up and running? |
BetaWas this translation helpful?Give feedback.
All reactions
Hey@catmanjan , the answer to your question depends on what you want to do (ie a client rendered app, a SSR app, etc).
The absolute easiest way to get started with Fluent UI React v9 is to follow the boilerplate of one of our stories, like the Button one:https://stackblitz.com/edit/hvyrhddb?file=src%2Fexample.tsx
Replies: 1 comment
-
Hey@catmanjan , the answer to your question depends on what you want to do (ie a client rendered app, a SSR app, etc). The absolute easiest way to get started with Fluent UI React v9 is to follow the boilerplate of one of our stories, like the Button one:https://stackblitz.com/edit/hvyrhddb?file=src%2Fexample.tsx |
BetaWas this translation helpful?Give feedback.