How to Deploy a Next.js App with Apollo GraphQL to Heroku

Kevin Luu
JavaScript in Plain English
3 min readMar 17, 2020

--

Photo by Aaron Burden on Unsplash

Intro

Deployments are one of those things that trip up a lot of people. When I was attending bootcamp, I vividly remember a good portion of the class struggling to get their apps deployed. Coding was the fun and enjoyable part.. but deployments... 😅

In this article, I will show you how to easily deploy a Next.js app with Apollo GraphQL…

--

--