Skip to content

marshallmcdonnell/react-tabs-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev
Build Status
codecov

React Multiple Tabs via Semantic-UI + JSONForms

This is a mock up data ingestion UI using ReactJS with Semantic-UI framework and JSONForms for form handling via JSON schemas.

Quick start

Start up the mock server

cd server
node server.js

Start up the front-end UI

cd app
yarn install
yarn start

You should land on localhost:3000 to the UI page.