Apicurio Registry React based Single Page Application based on Patternfly 4
This project requires node version 10.x.x and npm version 6.x.x. It also uses the yarn package manager (version 1.13.0 or higher). Prior to building this project make sure you have these applications installed. After installing node and npm you can install yarn globally by typing:
`npm install yarn -g'
Install development/build dependencies
yarn install
Run a full build
yarn build
Start the development server
yarn start:registry
- To keep our bundle size in check, we use webpack-bundle-analyzer
- To keep our code formatting in check, we use prettier