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.
- 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