A React.js Web Application to build a GUI using drag and drop functionality
A complete react form builder that interfaces with a json endpoint to load and save generated forms.
DEMO Hosted in github
$ npm install
$ npm startThen navigate to http://localhost:8000/ in your browser and you should be able to see the gui builder in action.
$ npm run deploy