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/img
folder and update the paths insidephotos.json
with orientation info: (portrait | landscape)
$ npm run build
- An optimized production build will be generated inbuild
folder.
$ npm run deploy
- Deploy to github pages.