Instagram Viewer React App - Demo
$ git clone git://github.com/minjunk/instagram-viewer-react.git
$ npm installNOTE: Do not forget to set the Instagram INSTAGRAM_CLIENT_IDs and INSTAGRAM_ACCESS_TOKENs. In development env, you can set the env variables by doing
$ cp .env.example .envand replace the values there. In production env, it is not safe to keep the client id and access token in a file, so you need to set it up via commandline.
INSTAGRAM_CLIENT_ID=INSTAGRAM_CLIENT_ID
INSTAGRAM_ACCESS_TOKEN=INSTAGRAM_ACCESS_TOKENthen
$ npm startOr, use yarn
$ yarn install
$ yarn startMIT