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.
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
- Initially - Standered Layout as from Patternfly-react-seed GitHub repo:
git clone https://github.com/patternfly/patternfly-react-seed
cd patternfly-react-seed
npm install && npm run start:dev
# Install development/build dependencies
npm install
# Start the development server
npm run start:dev