| Dev |
|---|
This is a mock up data ingestion UI using ReactJS with Semantic-UI framework and JSONForms for form handling via JSON schemas.
Start up the mock server
cd server
node server.jsStart up the front-end UI
cd app
yarn install
yarn startYou should land on localhost:3000 to the UI page.