Install the node packages for this project.
npm install
npm run specmatic:stub
npm start
This should automatically start the application and pull it up in your browser.
npm run graphiql
You can now open GraphiQL in your browser and test out some GraphQL queries.
This instance of GraphiQL has been setup to query the Specmatic stub instance running on http://localhost:4000/graphql.