tree: 37ca1b5920790077eb9da4e57b0002bdb540c35b [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.