Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 574 Bytes

hackday-graphql

This a simple web app that is using Net6 + GraphQL + React

Start GraphQL server

  • Open solution .\HackdayGraphQL\HackdayGraphQL.sln
  • Build > Run

Start GraphQL client

  • Open Powershell at .\hackday-graphql-app
  • Run command
npm start