/instagram

Instagram-like app combining Node.js and React, handling the images upload with Filestack.

Primary LanguageJavaScript

instagram

An instagram-like app, uploading files through filestack.

Node.js/React/Redux/Redux-Saga

Screenshot

Screenshot

Screenshot

How to Run the app

  1. install Node Package Manage (NPM) by installing Node.js

  2. from the console move inside the project folder and run

npm install
  1. in /src/index.js add a Filestack API key

  2. run the following command to run webpack-dev-server

npm run server
  1. in the browser type localhost:8080