Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 262 Bytes

Install

$ yarn add webserver-logger

Client

import webServerLogger from './webserver-logger/client'
webServerLogger({ server: 'http://localhost:3000', watches: ['xhr', 'console'] })

server

node webserver-logger/server