Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

executable file
·
15 lines (8 loc) · 290 Bytes

Learn Redux

#Insta-Redux

Instagram clone using React + Redux

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.