https://github.com/riccardo-forina/use-patternfly
An opinionated set of hooks and components useful when building a React app with PatternFly
https://github.com/riccardo-forina/use-patternfly
patternfly react
Last synced: about 1 year ago
JSON representation
An opinionated set of hooks and components useful when building a React app with PatternFly
- Host: GitHub
- URL: https://github.com/riccardo-forina/use-patternfly
- Owner: riccardo-forina
- Created: 2019-10-08T12:48:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:29:42.000Z (over 3 years ago)
- Last Synced: 2025-03-25T19:21:27.606Z (about 1 year ago)
- Topics: patternfly, react
- Language: TypeScript
- Homepage: https://use-patternfly.netlify.com
- Size: 2.94 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
use-patternfly
An opinionated set of hooks and components useful when building a React app with PatternFly
[](https://circleci.com/gh/riccardo-forina/use-patternfly)
[](https://coveralls.io/github/riccardo-forina/use-patternfly?branch=master)
[](https://app.netlify.com/sites/use-patternfly/deploys)
**Visit [https://use-patternfly.netlify.com](https://use-patternfly.netlify.com) to get started with use-patternfly.**
# User Guide
The recommended workflow is to run TSDX in one terminal:
```
yarn start
```
This builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.
Then run the example inside another:
```
cd example
yarn # to install dependencies
yarn start
```
To do a one-off build, use `yarn build`.
To run tests, use `yarn test`.