Skip to content

pprathameshmore/nodejs-boilerplate

Repository files navigation

Node.js Boilerplate with GraphQL

Development

The first time, you will need to run and build

npm install && npm run build

Then just start the server with

npm run start

Or start in development using Nodemon

npm run dev

Contributing

All feedback and contributions are welcome!