Do we need to install from some special repo? It say Could not find template: react-app
C:\Projects\ServiceStack> dotnet-new --version
Version: 0.0.9
C:\Projects\ServiceStack> dotnet-new react-app Test
Could not find template: react-app
C:\Projects\ServiceStack>
Out of the box, using the react-spa template, I get a build failure for FallbackRouteAttribute, Matches property does not exist in ServiceStack.Interfaces v5.0.0.0.
Wasn’t sure if you were aware, or maybe I did something wrong?