/bare-nodejs-server

Starter Node.js GraphQL server

Primary LanguageJavaScriptMIT LicenseMIT

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