This is the starter template for creating a new project with Fluent UI React v9 and Vite.
Note: This starter is built on top of the official Vite React-TS starter and only adds Fluent UI dependencies.
This project is a starter template for building applications with Fluent UI React v9 and Vite. It provides a pre-configured setup with all necessary dependencies and configurations.
To start a new project, run the following commands:
npx degit dmytrokirpa/fluentui-vite-react-ts#main my-project
cd my-project
npm install
npm run dev
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Builds the app for production to the dist
folder.
Serves the production build from the dist
folder.
Runs ESLint to check for linting errors.
Contributions are always welcome! Please follow the contribution guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or feedback, feel free to reach out to the maintainers.
To learn more about Fluent UI React, check out the Fluent UI documentation.
To learn more about Vite, check out the Vite documentation.