- Instale as dependências antes para rodar através da CLI:
dotnet restore reactnetcore.sln
dotnet build reactnetcore.sln
cd App && dotnet publish && dotnet run
cd App/ClientApp && npm test
dotnet test App.Tests/
dotnet test App.Integrations.Tests/
8000