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

https://github.com/arjunu/react-chat-app


https://github.com/arjunu/react-chat-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-chat-app

### To run (production):

With latest version of Node installed,

```sh
npm i #install dependencies
npm run build #builds UI in public dir
npm start #starts server at localhost:8000
```
To view the app go to localhost:8000

### To run (development):
```sh
npm i #install dependencies
npm run client #build and runs UI at localhost:5000, watches for code changes
npm start #starts server at localhost:8000
```

To view the app go to localhost:5000