> screen 1
cd ~/backend
./build.bat
./builds/backend
choose option for how you want to excution .
> screen 2
cd ~/frontend
npm install
npm run dev
PWD : ~/frontend
docker build -t routerfront .
docker run --rm -v "${PWD}/dist:/workspace/dist" routerfront
backend : 2024
if you choose option run-realtime front you can connect this port to frontend .
frontend : 5173