LoopringSecondary / updex

Apache License 2.0
2 stars 3 forks source link

About

Development

Stack

Build & Deploy

## install  dependencies

1. npm install
2. cd common/loopringjs & npm install 

## run for develop with a https dev server

1. cd node_modules/af-webpack/lib/dev.js 
2. find serverConfig at 84 line 
3. add https: true in serverConfig 
4. npm start
5. vist https://localhost:8000 (Note: https)

## run for production

npm run build 

##  deploy

todo