Please use the issue tracker to report any bugs or file feature requests.
- Visual Studio
- IIS Express
First build the Solution
Run the samples/Website
project, this will start IIS Express listeninng on http://localhost:49937
Install Umbraco with the starter kit, so you have some sample data.
.
├── samples # Sample projects
│ └── Website # Sample/development site
├── src # Source Files
│ └── Our.Umbraco.GraphQL # Main Project
├── test # Tests Projects
│ └── Our.Umbraco.GraphQL.Tests # Unit Tests
└── tools # Build tools