DEV Community

Discussion on: Learn how YOU can build a Serverless GraphQL API on top of a Microservice architecture, part I

Collapse
 
egemen profile image
ege • Edited

Hi Chris, Thank you for this awesome post. Just a quick remark:

I have added

"scripts": { "start": "node app.js" }

to package.json file for both APIs. So "npm start" will be executed successfully.

Cheers,

Collapse
 
softchris profile image
Chris Noring

hi.. Thank you for this comment. I'll make sure to add this info