| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Patternfly Seed is an open source build scaffolding utility for web apps. The primary purpose of this project is to give developers a jump start when creating new projects that will use patternfly. A secondary purpose of this project is to serve as a reference for how to configure various aspects of an application that will use patternfly.
npm install yarn -g # to install yarn on your machine globally git clone https://github.com/patternfly/patternfly-react-seed cd patternfly-react-seed yarn # to install react-seed dependencies yarn build # to build the project yarn start # to start the server
Install development/build dependencies yarn
Start the development server yarn start
Run a full build yarn build
Run the test suite yarn test
Run the linter yarn lint
Launch a tool to inspect the bundle size yarn bundle-profile:analyze
| Back | FazBrowse Home | New Git URL |