Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 478 Bytes

Chat server UI

The frontend is built with React and it uses socket.io client to communicate

To get started

npm install

Start webpack dev server

npm start

This starts the server on http://localhost:7000

For prod build

npm run build:prod

This will generate the build assets inside the public directory

Now this can be served with any static server. However make sure that URL its being served on is CORS whitelisted on the server