https://github.com/PillarTechnology/template-react-express-mongo
brew update
brew install yarn
brew cask install docker
start docker from Applications Directory
yarn global add pm2
<PATH_TO_PROJECT>/scripts/runme setup
<PATH_TO_PROJECT>/scripts/runme run
This will run both the server and client on localhost. The server will be running on port 3001, while the client will be served up from 3000