/ReactGallery

ReactJS Image Gallery in a websocket fashion

Primary LanguageJavaScript

ReactJS Gallery

Click the screenshot to watch it on youtube: ReactJS Gallery

That's a simple toy project to test React JS lib from facebook. Client shows fullscreen images from server gallery folder. If you add or remove images from gallery folder the webapp will be updated via websocket.

Install

Install server dependencies with;

npm install

Run

Run server with:

node app.js

Point your browser at:

http://127.0.0.1:8000

View your gallery :)