Skip to content

Simply007/kontent-starter-graphql-net

Repository files navigation

GraphQL Kontent Starter

Get started

Prerequisites

Generate models

  1. Enter the project to directory (with package.json file)

  2. Install dependencies

    npm i
  3. Run the application

    npm run generate:models

Start

You need to generate models first.

  1. Enter the project toot directory (with GraphQLWebStarter.sln file)

  2. build solution

    dotnet build
  3. Run the application

    dotnet run --project ./GraphQLWebStarter

Tests

  1. Enter the project toot directory (with GraphQLWebStarter.sln file)

  2. build solution

    dotnet build
  3. Run all tests

    dotnet test

About

All code is in HomeController and it is using GraphQL.Client package and GraphQL.Client.Serializer.Newtonsoft for serialization.

Homepage screenshot

About

Sample .Net core MVC app with GraphQL.Client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published