Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 491 Bytes

Build Status

graphql-example

Boilerplate template for node and typescript api's.

Installation

  • npm install (install packages & typings)

Run

  • npm test (run mocha tests)
  • npm run lint (run eslint)
  • npm run lint:fix (run autofix eslint errors)
  • npm start (start the application)
  • npm run dev (start the application in development environment)