rogerballard / nestjs-relay

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7
MIT License
60 stars 14 forks source link

Start nestJS? #213

Closed dev-guy closed 3 years ago

dev-guy commented 3 years ago

Hello,

Thank you for publishing this project!

"npm install ; npm start" runs rollup but doesn't seem to start the NestJS server. I'm new to NestJS.

How do you start the nestJS server and which port and does /graphql listen on port 4000?

Thanks again!

dev-guy commented 3 years ago

Stupid question. I realized I need to start a new NestJS project. I am interested in getting the star wars schema up and running with this package.