StephenGrider / auth-graphql-starter

Starter project from a GraphQL course on Udemy.com - Section 3!
113 stars 217 forks source link

added nodemon for local dependency in case user had not installed #2

Closed timurista closed 6 years ago

timurista commented 7 years ago

I didn't have nodemon installed globally, so I thought this would help future developer who is trying to follow the graphql example.

nbkhope commented 7 years ago

sounds good, but I would add it to the dev-dependencies

timurista commented 6 years ago

@nbkhope I added it to dev dependencies, should be good now