https://github.com/arjunu/react-chat-app
https://github.com/arjunu/react-chat-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjunu/react-chat-app
- Owner: arjunu
- Created: 2017-06-26T12:09:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T06:30:44.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T16:42:51.776Z (4 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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