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-ui
andlendroid-js
- Update
package.json
inreloanr-ui
as following
live : "lendroid": "2.3.0-beta.1"
test : "lendroid": "../lendroid-js"
- Install with
npm install
oryarn
(use NPM forlendroid-js
and use Yarn forreloanr-ui
) yarn start
onreloanr-ui
- Update on
reloanr-ui
will be updated by hot-loading - Update on
lendroid-js
need follow steps
$ > tsc
$ > cp -rf ./dist ../portal-ui/node_modules/lendroid/