Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 523 Bytes

Differential Code Examples

The simplest example

To see the simplest example for a service and the service consumer, see:

  1. Hello service at src/services/hello-service.ts
  2. Service consumer at src/example-1-simple.ts

To run the example:

Start the server

npm run services:hello

Start the client

npm run client:hello