Greeting the rest of the world.
The simplest way to get started with a web app is using the Minimal API syntax of .NET 6.
In Visual Studio, create a new project using the 'ASP.NET Core Empty' project template - make sure you select .NET 6.
Add the Jeebs.Apps.WebApps package using NuGet.
The jeebs library uses a custom json file for configuration. Create jeebsconfig.json and add the following:
Add the following to your Program.cs file:
Hit run and you should see something like this in your default browser (you may need to bypass the security warning first):
And something like this in the terminal output:
Congratulations, you've run your first Jeebs app!