cra-template-fabric
v0.0.1
Published
The base TypeScript template for Create React App and fabric.
Downloads
1
Maintainers
Readme
cra-template-fabric
Fabric Template for Create React App. Base implementation using context and hooks.
To use this template, add --template fabric
when creating a new app.
For example:
npx create-react-app my-app --template fabric
# or
yarn create react-app my-app --template fabric