https://github.com/vishaltelangre/static-gallery
Source of photo gallery hosted at https://clicks.vishaltelangre.com
https://github.com/vishaltelangre/static-gallery
500px-clone gallery photo-gallery react-gallery static-gallery
Last synced: 8 months ago
JSON representation
Source of photo gallery hosted at https://clicks.vishaltelangre.com
- Host: GitHub
- URL: https://github.com/vishaltelangre/static-gallery
- Owner: vishaltelangre
- License: mit
- Created: 2017-02-18T22:53:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T18:47:20.000Z (over 8 years ago)
- Last Synced: 2025-02-06T03:30:00.639Z (over 1 year ago)
- Topics: 500px-clone, gallery, photo-gallery, react-gallery, static-gallery
- Language: JavaScript
- Size: 63.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Gallery
Built with love using React.js, Redux and Webpack!
## Demo
Check below screenshots:


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
```sh
$ yarn
$ yarn start
```
Visit http://localhost:3000 to locally running gallery.
## To build for production
```sh
$ 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](LICENSE).