Skip to content

ikefakis/react-polaroid-photo-deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polaroid style photo deck

alt text

A beautiful polaroid style photo deck. See demo

Getting Started

  1. $ cd react-polaroid-photo-deck - go inside the project directory
  2. $ npm install - install dependencies
  3. $ npm start - you will be navigated to http://localhost:3000 on your browser with hot reloading.

Customization

  • Put your images in public/img folder and update the paths inside photos.json with orientation info: (portrait | landscape)

Build

  • $ npm run build - An optimized production build will be generated in build folder.

Deploy

  • $ npm run deploy - Deploy to github pages.