tree: 2808e6e750223659c57d61076ebfcf0ca9b37109 [path history] [tgz]
  1. cp-frontend/
  2. dev/
  3. LICENSE
  4. NOTICE
  5. README.md
control-panel/README.md

how to run dev environment?

With docker:

cd dev
docker-compose

visit frontend at http://localhost:4200

change cp-frontend

Do nothing, change will be refreshed automatically.

Without docker:

Start service-center first! Then:

cd cp-front
npm install
npm start -- --proxy-config=proxy.conf.json --host=0.0.0.0

visit frontend at http://localhost:4200

change cp-frontend

Do nothing, change will be refreshed automatically.