Application requires: .NetCore2.1, ffmpeg, MongoDB >=4.0.10
cd ClientApp
npm run build
{
...
"MongoConnectionString": "...",
"FfmpegPath": "..."
}
cd cs
dotnet build
dotnet run --launch-profile IptvChannelsEditor.Web.Prod
Application requires: .NetCore2.1, ffmpeg, MongoDB >=4.0.10
cd ClientApp
npm run build
{
...
"MongoConnectionString": "...",
"FfmpegPath": "..."
}
cd cs
dotnet build
dotnet run --launch-profile IptvChannelsEditor.Web.Prod