- Build proto files
> .\build-proto.ps1
- Build Elm
> .\build-elm.ps1
- Start the web server
> .\start-server.ps1
- Open the app with a browser http://localhost:5000
A proof-of-concept Elm application using Google Protocol Buffers for communication between client and server
C#
> .\build-proto.ps1
> .\build-elm.ps1
> .\start-server.ps1