Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 463 Bytes

Cosmos Notifier Frontend

Run envoy

Envoy has to run to proxy grpc-web requests to the grpc server.

envoy -c envoy_dev.yaml     # or use the docker-compose file

Run frontend

Add the following line to /etc/hosts (optional):

127.0.0.1     test.mydomain.com

Then run the frontend:

flutter run --web-port 40001 --web-hostname test.mydomain.com -d chrome

Build freezed classes

flutter pub run build_runner build