/instapic

Instagram like App with React + Redux

Primary LanguageJavaScript

Instapic

A simple React + Redux implementation of an Instagram like App. Followed a tutorial by wesbos.

Running

First yarn install to grab all the necessary dependencies.

Then run yarn start and open localhost:7770 in your browser.

Production Build

Run yarn build to create a distro folder and a bundle.js file.