Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 586 Bytes

File metadata and controls

28 lines (15 loc) · 586 Bytes

template-graph-server

Dependencies

  • Node 10.15.0

Setup and Configuration

  • Install node.js v10.15.0 - nodenv install 10.15.0

setup notes:

.env

You will need to add a .env file to your source. See the .env.sample included in the source base for the keys.

Running

The main development starting point is npm run start:watch

  • npm run start:watch to run with a watcher.
  • npm run start to just run`.

Endpoints