Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 376 Bytes

File metadata and controls

35 lines (25 loc) · 376 Bytes

app-pt05-async-iterator-stream

Running

# restore dependencies
npm ci --silent

Make sure the api is running.

Choose web or cli to run

Web

npm run web

Go to http://localhost:3001/ui

CLI

npm run cli

to run tests you can run

npm t

or on watch mode

npm run test:watch