You can install the DbNetSuiteCore samples template on your own machine using the .NET Core CLI. The samples give a clear idea of how easy DbNetSuiteCore is to implement and includes the ability to generate and run DbNetSuiteCore components against your own database.
dotnet new install DbNetSuiteCore.Templates
mkdir demo
cd demo
dotnet new dbnetsuitecoresamples
dotnet watch run