Example
- Start envoy via docker
- Start the server
- Start the front end
cd example/envoy
docker compose up
cd example/server
npm run dev
cd example/frontend
npm run dev
cd example/envoy
docker compose up
cd example/server
npm run dev
cd example/frontend
npm run dev