Run npm run server (or npm run server:rest and npm run server:graphql in two terminals),
then npm run start. REST uses port 4010; GraphQL uses port 4011.
Express API at /api/stock-lines — see the warehouse REST recipe.
POST /graphql — see the support queue recipe.