Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1009 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1009 Bytes

#Realtime table

Simple Demo to real time share tables.

Stack

installation

# make sure to have node and npm installed.
# ( {"node":">=4.0.0","npm":">=3.0.0"})

# make sure install rethinkdb

git clone https://github.com/CoderRooftrellen/realtime-table
cd realtime-table
npm install

Run

#start horizon and rethinkdb server
hz serve --dev

#compile project and start http server.
#npm install -g webpack
webpack --watch --progress --colors