https://github.com/mouracamila/cra-template-patternfly
https://github.com/mouracamila/cra-template-patternfly
npm-package patternfly react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouracamila/cra-template-patternfly
- Owner: mouracamila
- Created: 2019-12-12T18:16:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T15:02:41.000Z (over 5 years ago)
- Last Synced: 2025-02-09T04:28:06.856Z (4 months ago)
- Topics: npm-package, patternfly, react
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-patternfly
This is the template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template cra-template-patternfly` when creating a new app.
For example:
```sh
npx create-react-app my-app --template cra-template-patternfly# or
yarn create react-app my-app --template cra-template-patternfly
```For more information, please refer to:
- [About PatternFly](https://www.patternfly.org/) – Visite the official PatternFly website.
- [User Guide](https://github.com/patternfly/patternfly) – How to develop apps bootstrapped with Create React App.