Portal UI for allowances, creating, and viewing loan offers
npm install
yarn(If you are using yarn)
cp .env.example .env
start:react-scripts start
build:react-scripts build
test:react-scripts test --env=jsdom
eject:react-scripts eject
npm start(yarn start) : http://localhost:3000
npm run dist(yarn dist)
check on LendroidJS
- Clone both repository -
reloanr-uiandlendroid-js - Update
package.jsoninreloanr-uias following
live : "lendroid": "2.3.0-beta.1"
test : "lendroid": "../lendroid-js"
- Install with
npm installoryarn(use NPM forlendroid-jsand use Yarn forreloanr-ui) yarn startonreloanr-ui- Update on
reloanr-uiwill be updated by hot-loading - Update on
lendroid-jsneed follow steps
$ > tsc
$ > cp -rf ./dist ../portal-ui/node_modules/lendroid/