Apps
Greeting the rest of the world.
Hello World
1: Create project
2: Add package
3: Add config
{
"jeebs": {
"app": {
"name": "Jeebs App"
},
"logging": {
"minimumLevel": "Information",
"console": true
}
}
}4: Edit Program.cs
5: Run app

Last updated