Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 182 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 182 Bytes

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