This repo contains a hello word angular application that connects to a GraphQL .NET backend
Navigate to a local folder where you hold your repos and clone this repo
git clone https://github.com/jstoppa/graphql
cd graphqlOnce you've cloned the repo, you'll see two folders:
- backend
- frontend
- Navigate to the folder
backend/WebApiand open the fileExample.slnin Visual Studio - Start the solution (you might need to set the WebApi project as Startup Project)
- Navigate to the website http://localhost:49779 and you should see the GraphQL playground as shown below in the screenshot
- Open the
frontendfolder in Visual Studio Code - Run
npm install - Run
npm start
