Add samples instructions to README

This commit is contained in:
Frank A. Krueger 2017-06-13 18:10:37 -07:00
parent ee2b328bfc
commit 3893df917a
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,16 @@ Ooui (pronounced *weeee!*) is a small cross-platform UI library for .NET that us
It presents a classic object-oriented UI API that controls a dumb browser. With Ooui, you get the full power of your favorite .NET programming language *plus* the ability to interact with your app using any device.
## Try it out!
```
dotnet restore
dotnet run --project Samples/Samples.csproj
```
Then open your browser to `http://localhost:8080`
## Quick Example
```csharp