Skip to content

andywiranata/apollo-graphql-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Graphl Starter Kit

Features at a glance

Building

The following command will install all Node.js dependencies. Once all dependencies are installed it will run npm run build.

$ npm install

run for local development:

$ npm run dev

run for local development with debug:

$ npm run dev-debug

Once the application is running it can be accessed at http://localhost:8080/graphql/.

build

$ npm run build
$ export NODE_ENV=development
$ npm start

Adjust NODE_ENV for production/development/staging, more detail in config/application.yml

please check package.json for detail configuration

Testing Eslint and Mocha

$ npm run test 
$ npm run test:mocha

Environtment Variabel

  • NODE_ENV (development, staging and production)
  • NEWRELIC_LICENSE_KEY
  • NEWRELIC_APP_NAME
  • USE_REDIS

About

Starter kit nodejs and apollo graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published