First, make sure you're running node >v7.0.0
-
Clone the repo:
git clone https://github.com/paulshirer/powerpostfrontend.git -
Checkout the
devbranch:git checkout dev -
Install dependencies
npm install -
Run the app
npm start
-
Create your new feature branch from the
devbranchgit 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.