Fiddling with ASP.NET Core and React.
Start the ASP.NET Core backend:
cd CategoricalApi
dotnet runIn a new terminal, start the React development server
cd categorical-app
npm startRun tests (against the ASP.NET Core code)
cd CategoricalTests
dotnet test