Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 315 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 315 Bytes

gql-crash-course

Followed a small crash course to learn the fundamentals of graphQL.

Using:

Install dependencies:

npm install

Start a server with nodemon:

npm run dev

Start a server:

npm run start