hasura / nodejs-babel-eslint-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Run npm install, if not already.
  • Run this example that uses the StackExchange API.
  • Change the namespace, schema and other details on the package.json file to use your API server.

Usage

  • For development environment, run the commands npm run start-dev.
  • For production environment, run the command npm run start-prod.

About


Languages

Language:JavaScript 98.9%Language:Shell 1.1%