Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 130 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 130 Bytes

install dependencies

npm install

run the server

npm run server

run the client

npm run start

run tests

npm run test