alonavns / reloanr-ui

Portal UI for allowances, creating, and viewing loan offers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portal-ui

Portal UI for allowances, creating, and viewing loan offers

how to install?

npm install

yarn (If you are using yarn)

scripts

start: webpack-dev-server

dist: webpack

watch: webpack --progress --watch

dev: webpack-dev-server --open

how to run?

npm start (yarn start) : http://localhost:8080

how to build dist?

npm run dist (yarn dist)

how to work with lendroid

check on LendroidJS

test with lendroid

  1. Clone both repository - reloanr-ui and lendroid-js
  2. Update package.json in reloanr-ui as following
live : "lendroid": "2.3.0-beta.1"
test : "lendroid": "../lendroid-js"
  1. Install with npm install or yarn (use NPM for lendroid-js and use Yarn for reloanr-ui)
  2. yarn start on reloanr-ui
  3. Update on reloanr-ui will be updated by hot-loading
  4. Update on lendroid-js need follow steps
$ > tsc
$ > cp -rf ./dist ../portal-ui/node_modules/lendroid/

You can do other features like test, watch and others regarding package.json or you can modify as you need

About

Portal UI for allowances, creating, and viewing loan offers


Languages

Language:JavaScript 78.3%Language:CSS 20.8%Language:HTML 0.9%