Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 429 Bytes

File metadata and controls

7 lines (6 loc) · 429 Bytes

fable-remoting-dotnet-client demo

  1. Restore local tools: dotnet tool restore
  2. Run the server and web client: dotnet run
  3. Open a new terminal and run the console app, which will print out the todos: dotnet run --project .\src\DotnetClient\
  4. Open the web app (http://localhost:8080) in your browser and add a new todo.
  5. Press a key on the console app to print the latest todos. Your new todo should show there.