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

https://github.com/cyangle/chat

Simple browser based chat app with emoji support
https://github.com/cyangle/chat

Last synced: 11 months ago
JSON representation

Simple browser based chat app with emoji support

Awesome Lists containing this project

README

          

# chat
Simple browser based chat app with emoji support

Support slack chat like emoji suggestion list

# Instructions

Install nodejs 6.x

Install gulp-cli

npm install --global gulp-cli

Install dev dependencies

cd into project folder then run

npm install

Run below command to start server at port 3000

node server.js

then open browser to http://localhost:3000

Run below command to run jasmine testing at port 8888

gulp test

then open browser to http://localhost:8888