@ostapoff/cra-template-fluent-ui
v0.0.6
Published
Ostapoff Fluent UI Template for Create React App
Downloads
3
Maintainers
Readme
Fluent UI Ostapoff template
The Fluent UI template creates skeleton for the React application with TypeScript support and Fluent UI component library.
It adds useful tools to write more robust and maintainable code:
- Prettier to maintain the same code style for all components
- eslint configuration for prettier to auto-fix lint problems with Prettier rules
- VSCode configuration to run prettier on save
Install & Start
Create React App with template
npx create-react-app my-app --template @ostapoff/fluent-ui
or
yarn create react-app my-app --template @ostapoff/fluent-ui
Start and use example application
cd my-app
npm start
or
cd my-app
yarn start