Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 911 Bytes

README.md

File metadata and controls

51 lines (26 loc) · 911 Bytes

About

Development

Stack

  • React
  • React-Router
  • Redux
  • Redux-saga: An alternative side effect model for Redux apps Link
  • Roadhog: Cli tool for creating react apps, configurable version of create-react-app. Link
  • Antd: A react UI componnets library. Link
  • Dva: Lightweight front-end framework based on redux, redux-saga and react-router. Link

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