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

https://github.com/fix2015/chat


https://github.com/fix2015/chat

Last synced: 3 months ago
JSON representation

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/