* GraphQL Asp.Net Subscriptions
* ReactJS
* Apollo Client
This project demonstrates the capabilities of the GraphQL ASP.NET subscription server running in process.
Using Just Visual Studio
- In visual studio, open the solution
- Right click the solution in solution explorer and choose properties.
- Select Start multiple projects and choose
Bakery.API
andBakery.UI
- Run the solution
Using a Javascript IDE
- In Visual Studio
- Open the Solution
- Set
Bakery.API
as the start up project and run the demo. - Start the solution in visual studio, launching the API.
- Open
src/Bakery.UI/ClientApp
in your favorite javascript IDE, like VS Code.- Execute
npm start
oryarn start
from the command line
- Execute