Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 481 Bytes

readme.md

File metadata and controls

14 lines (7 loc) · 481 Bytes

Learn Redux

A simple React + Redux implementation of an Instagram clone web application. This version uses ES6 syntax for React Components rather then the ES5 version found in Wes Bos tutorial app

Running

First npm install to grab all the necessary dependencies.

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

Production Build

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