description |
---|
Local server for cloud files |
When you have a microservice in the cloud with or without GraphQL Editor backend, you can run a local GraphQL server for your microservice by using the following command:
npx gecli cloud server
This command will
- Download your files from GraphQL Editor Cloud to a temporary folder
- Install packages inside the folder
- Run
stucco
server and typescript server inside that folder
This command will also react to the changes made inside GraphQL Editor.
This is simply the fastest way to spin a local server for your no-code GraphQL Editor system.