Skip to content

bhanvimenghani/patternfly-react-seed

This branch is 7 commits ahead of, 142 commits behind patternfly/patternfly-react-seed:main.

Repository files navigation

Patternfly Seed

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 uses patternfly, webpack, react, typescript, etc.

Out of the box you'll get an app layout with chrome (header/sidebar), routing, build pipeline, test suite, and some code quality tools. Basically, all the essentials.

Development Iterations

A pictorial analysis/view of how the website took its current shape. Depicts the gradual design of the Autotune UI with the help of supporting screenshorts

  1. Initially - Standered Layout as from Patternfly-react-seed GitHub repo:

Out of box dashboard view of patternfly seed

2. After designing the sidebar - perks all pages are liked with the sidebar

3. After designing Community Call page

Quick-start

git clone https://github.com/patternfly/patternfly-react-seed
cd patternfly-react-seed
npm install && npm run start:dev

Development scripts

# Install development/build dependencies
npm install

# Start the development server
npm run start:dev

About

A PatternFly 4 seed for React web applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.1%
  • JavaScript 31.2%
  • HTML 1.7%
  • CSS 1.0%