Instagram Viewer React App - Demo
$ git clone git://github.com/minjunk/instagram-viewer-react.git
$ npm install
NOTE: Do not forget to set the Instagram INSTAGRAM_CLIENT_ID
s and INSTAGRAM_ACCESS_TOKEN
s. In development
env, you can set the env variables by doing
$ cp .env.example .env
and 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_TOKEN
then
$ npm start
Or, use yarn
$ yarn install
$ yarn start
MIT