https://github.com/fix2015/chat
https://github.com/fix2015/chat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fix2015/chat
- Owner: fix2015
- Created: 2017-01-12T14:10:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T08:21:27.000Z (almost 9 years ago)
- Last Synced: 2025-10-14T00:37:45.252Z (3 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple chat on reactJS and sockeIO
# Features
* reactjs
* socket io
* nodeJS
* google map
## 1. Setup
```bash
npm install
```
- install all npm and bower dependencies
## 2. Build production version
```bash
npm run build
```
## 4. Start webserver
```bash
npm start
```
`localhost:5000`
## Structure of App
```
client/
component/
map/
message/
public/
css/
js/
route/