A web app that displays Flickr photo grid with lightbox view. Implemented with vanilla JavaScript.
https://s3.amazonaws.com/light-box/index.html
-
Install brew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install git and node:
brew install git node
-
Install gulp globally by running:
npm install -g gulp
-
Clone project:
git clone https://github.com/mistermendez/lightbox.git
-
After cloning, just
cd
in there, install dependencies by runningnpm install
-
Build the project by running
gulp
-
Open in
/dist/index.html
browser.