/react-core-example

Primary LanguageTypeScriptMIT LicenseMIT

@patternfly/react-core Example Project

Quick-start

git clone https://github.com/jeff-phillips-18/react-core-example
cd react-core-example
yarn
yarn build
yarn start

Development Scripts

Install development/build dependencies yarn

Start the development server yarn start

Run a full build yarn build

Run the linter yarn lint

Configurations