Let's create a new react application
# CRA: create-react-app
create-react-app my-appCopy-paste the App.js provided in example/ into my-app/src/App.js and replace the one created with CRA
code my-app/src/App.jsLazy-way
cd my-app/src
wget https://raw.githubusercontent.com/g3org3/react-camera/master/example/App.jsInstall dependencies
yarn add react-bootstrap-form-generator
# or if you use npm
npm i --save react-bootstrap-form-generatoryarn startJust for quick play around with this you may add this to the index.html at the headers
<!-- my-app/public/index.html -->
<link rel="stylesheet" href="https://bootswatch.com/3/flatly/bootstrap.min.css">