/elm-protobuf-poc

A proof-of-concept Elm application using Google Protocol Buffers for communication between client and server

Primary LanguageC#

elm-protobuf-poc

  1. Build proto files
> .\build-proto.ps1
  1. Build Elm
> .\build-elm.ps1
  1. Start the web server
> .\start-server.ps1
  1. Open the app with a browser http://localhost:5000