Skip to content

Latest commit

 

History

History

app-pt05-async-iterator-stream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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