This is the fullstack app for the Apollo tutorial. 🚀
Using Now for deployment so I'm using apollo-server-micro
instead of apollo-server
.
Pull the latest and cd server/
Then run npm install
.
After installing all the packages, run now dev
to get a now dev server running.