Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 679 Bytes

File metadata and controls

28 lines (20 loc) · 679 Bytes

Imgur-Clone

This is an Imgur clone built in React.js using Flux architecture and Imgur Api.


###Getting Started###

There are two methods for getting started with this project.

####Familiar with Git?##### Checkout this repo, install depdencies, then start the gulp process with the following:

	> git clone https://github.com/devmeyster/imgur-clone.git
	> cd imgur-clone
	> npm install
	> gulp

####Not Familiar with Git?##### Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

	> npm install
	> gulp