Skip to content

vishaltelangre/static-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f190a1 · Nov 24, 2017

History

8 Commits
Feb 18, 2017
May 7, 2017
Feb 18, 2017
Feb 13, 2017
Feb 9, 2017
Feb 9, 2017
Feb 18, 2017
Feb 13, 2017
Feb 18, 2017
Nov 24, 2017
Feb 12, 2017
Feb 13, 2017
Feb 18, 2017
Feb 18, 2017
Feb 13, 2017

Repository files navigation

Static Gallery

Built with love using React.js, Redux and Webpack!

Demo

Check below screenshots:

home screen

image details screen

Or, visit https://clicks.vishaltelangre.com for a live demo.

What's the magic?

Put your images in raw directory. For each image, add a .info file with the same name of image file. See raw/Yellow_Rose.info file for an example.

To run locally

$ yarn
$ yarn start

Visit http://localhost:3000 to locally running gallery.

To build for production

$ yarn run build

Host the contents of dist directory on your website!

Check the docs/nginx_config.md document for an example configuration to host it with the help of NGINX web server.

Copyright and License

Copyright (c) 2017, Vishal Telangre. All Rights Reserved.

This project is licenced under the MIT License.