martins-giberts / react-chat-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.5%Language:CSS 3.7%Language:HTML 2.9%