cra-template-ts-fabric
v1.0.1
Published
The base TypeScript template for Create React App modified with Fabric UI added.
Downloads
7
Maintainers
Readme
cra-template-ts-fabric
This is a modified TypeScript template for Create React App that adds Fabric UI
To use this template, add --template ts-fabric
when creating a new app.
For example:
npx create-react-app my-app --template ts-fabric
# or
yarn create react-app my-app --template ts-fabric
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.