Skip to content

A sample React app with Instagram photos which you can categorize each photo into two groups

License

Notifications You must be signed in to change notification settings

n1207n/react-like-or-not

Repository files navigation

react-like-or-not

A sample React app with Instagram photos which you can categorize each photo into two groups

Dependencies

  • react-slingshot without demo files
  • Instagram API Client ID
  • dotenv
  • font-awesome
  • axios & jsonp
  • material-ui
  • eslint-import-resolver-webpack

Build Setup

# install dependencies
yarn install

# Create .dev.env file and fill environment entries with .env.example

# serve with hot reload at localhost:3000
npm run start