Basic React Universally set up with redux and graphql (using apollo). Api with PassportJS added.
git clone https://github.com/Ancinek/react-redux-apollo-boilerplate.git my-project
cd my-project
yarn
mongod // Run the mongoDB (needed for the API server)
yarn run develop // Run the server
// or just simply run:
foreman start -f Procfile.dev (starts mongoDB and the server)