webui/readme.md
Access to Traefik Web UI, ex: http://localhost:8080
Traefik Web UI provide 2 types of information:
Use the Makefile :
make build-image # Generate Docker image.
make clean-webui generate-webui # Generate static contents in `webui/static/` folder.
Go to the webui/ directory
As we use Yarn v4, you will need to enable corepack before installing dependencies:
corepack enableTo install dependencies, execute the following commands:
yarn installBuild static Web UI, execute the following command:
yarn buildStatic contents are built in the webui/static/ directory
Do not manually change the files in the webui/static/ directory
The build allows to:
Do not manually change the files in the webui/static/ directory
webui/ directorywebui/src/.env file using the values inside .env.sample file.yarn devhttp://localhost:3000/. On development mode, the application will run with mocked data served by Mock Service Worker.yarn testyarn test:watch if you want them in watch mode