Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 680 Bytes

File metadata and controls

27 lines (17 loc) · 680 Bytes

Debezium UI POC

React-based Single Page Application based on Patternfly 4

Requirements

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'

Development Scripts

Install development/build dependencies yarn install

Run a full build yarn build

Start the development server yarn start

Configurations