A beautiful polaroid style photo deck. See demo
$ cd react-polaroid-photo-deck- go inside the project directory$ npm install- install dependencies$ npm start- you will be navigated to http://localhost:3000 on your browser with hot reloading.
- Put your images in
public/imgfolder and update the paths insidephotos.jsonwith orientation info: (portrait | landscape)
$ npm run build- An optimized production build will be generated inbuildfolder.
$ npm run deploy- Deploy to github pages.
