A demo app for React Forms UI.
The live demo.
Execute:
git clone https://github.com/ivos/react-forms-ui-demo.git
cd react-forms-ui-demo
npm install
Execute:
npm start
Navigate to http://localhost:3000/app/.
Create AWS S3 bucket to run the app from. Setup static website hosting on the bucket.
Execute:
cp tools/config/template.json tools/config/production.json
Edit tools/config/production.json and set your AWS S3 details.
Execute:
npm run build
This builds the app in target/build and creates a zip file with deployment in target/.
Execute:
npm run deploy
This deploys the app runtime files into S3 bucket.
Navigate to URL defined by your AWS S3 bucket followed by /app/.