Skip to content

Gabriel-2010/updex

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.4%
  • JavaScript 33.5%
  • CSS 26.1%