A messenger clone, a simple chat application with a global chat room. Users will be prompted to enter their name and all associated messages from the user will be linked to the user.
$ npm install
#or
$ yarn install
$ npm start
#or
$ yarn start
Open http://localhost:3000 with your browser to see the result.