bartgryszko / reactive-discussion

An interactive discussion built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactive Discussion

An interactive discussion built with ReactJS. Data is collected via Firebase API. Search is client side, filtering is server side.

Bootstrap's grid is used for RWD. Styles are written in LESS.

While browsing using desktop or tablet, images are shown, on mobile names of participants.

How to install

To install please clone this repo, run $ npm install and use commands as provided below.

Development + Watch

$ gulp watch

Then go to build directory that was just created and run index.html

Production

$ gulp build --production

Then copy build directory to the server

Demo

http://gryszko.com/reactive/

Screenshot

screenshot

About

An interactive discussion built with ReactJS


Languages

Language:JavaScript 87.4%Language:CSS 11.4%Language:HTML 1.2%