Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

miki79/graphql-boilerplate

Repository files navigation

Boilerplate for graphQL

Basic example of graphQL project, with schema in separated .graphql files, and setup to hot reload webpack for development.

Includes Jest test

Installation

npm install

Development

npm run dev Build the code and run the express server. The server will hot reload, anyway due to the nature of the schema, time to time you might need to reload the server manually.

Lint (using airbnb rules)

npm run lint

Test JEST

npm run jest

Build for production

npm run build:prod

Run production server

npm run start

About

Boilerplate for graphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published