First, make sure you're running node >v7.0.0
-
Clone the repo:
git clone https://github.com/webguru103/react-redux-social.git
-
Checkout the
dev
branch:git checkout dev
-
Install dependencies
npm install
-
Run the app
npm start
-
Create your new feature branch from the
dev
branchgit checkout -b youBranch dev
-
When ready to merge, commit and push your code to the remote repo and submit a PR against the dev branch.