chatty-app is a single-page app to allow multiple users to chat in one window. It is built using React, and it uses my related WebSockets server chatty-server.
Built on top of Lighthouse Lab's React Simple Boilerplate.
Clone this repository and npm install
.
npm run start
, then open http://localhost:3000 in your browser.
Note that server-dependent functions will not work without chatty-server running.
npm run lint
to run ESLint rules against the project files.
By default, chatty-server uses port 3001 while chatty-app client uses port 3000.
Tyler Krys made this.