React
WebSocket
to receive real-time messageAnt Design
to create ui
To start the client
- Clone this repo
- Go to
client
folder npm install
to install all req'd dependenciesnpm start
to start the local server (this project uses create-react-app)
To start the server
- Clone this repo
- Go to
server
folder npm install
to install all req'd dependenciesnpm start
to start the local server