Version: 1.0.1
Author: Peter Cole, Kevin Dreyer, Eugene Monnier
PORT=3000
- Start server from the server directory in one terminal tab
npm start
- Start app from the client directory in another terminal tab
npm start
- Enter name, then chat with any connected sockets
- Check time with
/time
, this will only print to the user's socket
- Use
npm test app.test.js
npm test server.test.js
ornpm run test