Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 305 Bytes

GraphQL-Node-API

Installation

GraphQL-Node-API requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd graphql-node-api
$ npm install -d
$ npm run gulp
$ npm run dev

License

MIT

Free Software, Hell Yeah!