File -> New -> Project...
. Create a new Starcounter application by going to Installed -> Templates -> Visual C# -> Starcounter -> Starcounter Application
. If we call it "HelloStarcounter", it will create a project containing a Program.cs
file that looks like this:GET
handler that returns an HTML element:F5
and go to http://localhost:8080/Hello
.