From ec419610db65078e6a803fdc9458ea6f20f003c5 Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Sun, 3 Jan 2016 11:06:04 -0800 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27ff52d --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# ReduxSimpleStarter + +###Getting Started### + +There are two methods for getting started with this repo. + +####Familiar with Git?##### +Checkout this repo, install depdencies, then start the gulp process with the following: + +``` + > git clone git@github.com:StephenGrider/ReactStarter.git + > cd ReactStarter + > npm install + > gulp +``` + +####Not Familiar with Git?##### +Click [here](https://github.com/StephenGrider/ReactStarter/releases) 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 +```