An open API service indexing awesome lists of open source software.

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

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.