Skip to content

Learning webpack builds and using express as basis. Adding socket.io to the mix.

License

Notifications You must be signed in to change notification settings

martins-giberts/react-chat-app

Repository files navigation

React Socket.io chat app

Before we start: This is meant to be learning repo.

By using basis of martins-giberts.github.io repo I am trying to make chat application using socket.io tutorial as example.

Prerequisites

How to start

  • When in main directory: cp ./server/config.example.js ./server/config.js
  • Clone git clone https://github.com/martins-giberts/react-chat-app.git
  • Yarn
  • Yarn start
  • Open localhost:3000