The fasted way to start coding with GraphQL.
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install command:
$ npm install
or
$ yarn install- Express framework
- GraphQL has the query language
- Apollo Server has the connector between Express and GraphQL
The quickest way to get started with express is to utilize the executable
Start the server:
$ npm start
or
$ yarn startView the website at: http://localhost:3000
