bare-nodejs-server icon indicating copy to clipboard operation
bare-nodejs-server copied to clipboard

Starter Node.js GraphQL server

Starter Node.js GraphQL server

Quick Start

CD into the project root and then Copy/paste the following into your CLI:

cp .env.example .env
npm install
npm run start