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? |
Beta Was this translation helpful? Give feedback.
Answered by
tudorpopams
Sep 1, 2025
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khmakoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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