A Small demo app featuring dynamic form segments and complex validation logic.
From the repo:
- Clone the project and backend code (https://github.com/BabkinAV/dynamic-forms-be) locally into separate directories
- cd into backend directory
- Run
npm install - Run
node server.jsafter install - cd into frontend directory
- Run
npm install - Run
npm run devafter install - Visit
http://localhost:3000in the browser window
