I am on module 5 of Lift-OFF tutorial . I tried to run " npm run start " on my node.js server application . but i am not able to access the same on localhost:4000 . I am not getting any error as per below .
and when i am trying to access Studio : Localhost:4000 , i am getting an error " unable to reach server .
$ npm run start
catstronauts-server-complete@1.0.0 start
nodemon src/index
[nodemon] 2.0.20
[nodemon] to restart at any time, enter rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node src/index.js
[nodemon] clean exit - waiting for changes before restart
I am new to graphql , if i have miss out on anything do let me know .
Thanks for help in advance