/realtime-chat-hello

Create realtime chat app Hello on Node.js, React.js. Socket.io

Primary LanguageJavaScriptMIT LicenseMIT

Сhat Hello

License

Stack:

  • Node.js
  • React.js
  • Socket.io

Development

To get started, you will need Git, Node.js, yarn on your system. Then, you can run the following commands to build the binary:

git clone https://github.com/andreydef/realtime-chat-hello.git
cd realtime-chat-hello

To start server app:

cd `server`
npm install
yarn start # build `server` app

To start client app:

cd client
npm install
yarn start # build `client` app

To see how the application works, follow the link: https://realtime-chat-hello.netlify.app/

License

MIT