Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shirshendubhowmick/chat-app-ui


https://github.com/shirshendubhowmick/chat-app-ui

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chat server UI

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

To get started

```bash
npm install
```

Start webpack dev server

```bash
npm start
```

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

For prod build

```bash
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