Skip to content

Latest commit

 

History

History

apollo-server-digital-ocean

Apollo Server on Digital Ocean

See above how to develop and deploy to Digital Ocean.

Development

First, install the libraries with:

npm i

Then, to test locally, run:

npm run start:debug

Deployment

You must run:

npm run deploy

With this command it will compile, zip all node_modules and then update the function with its zip file.