The web app will communicate with the CorDapp built using https://github.com/koshikraj/loan-syndication. It is a private project for now. You can use the this RPC end point or downloan and run the corda nodes locally from this Jenkins artifacts.
The front-end application must be deployed by every SyndLend entity so that they can communicate with the Corda nodes. Clone the source code from the GitHub repository.
git clone https://github.com/consensolabs/syndlend-client
Install the node dependencies.
yarn install
Run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
yarn start
Finally, the build for the production can also be generated
yarn build