Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 668 Bytes

Documentation

Table of Contents

How to get started

First, make sure you're running node >v7.0.0

Running the app

  • 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

Development

  • Create your new feature branch from the dev branch

    git 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.