Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 340 Bytes

Example 11

Setup

Run yarn bootstrap && yarn start

Bootstrapping the App

Running DEBUG=* yarn bootstrap will do the following:

  • Install packages
  • Create the example DB
  • Seed the database with test data

Running the App

To run the project, run yarn start. This will:

  • Run the API server
  • Open GraphQL Playground