Simplify Samples execution

This commit is contained in:
Frank A. Krueger 2019-01-05 10:35:16 -08:00
parent 7fdefa5a58
commit ad06270d62
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ You can also load [https://s3.amazonaws.com/praeclarum.org/wasm/index.html](http
git clone git@github.com:praeclarum/Ooui.git
cd Ooui
dotnet restore
msbuild
dotnet run --project Samples/Samples.csproj --no-build
dotnet run --project Samples/Samples.csproj
```
This will open the default starting page for the Samples. Now point your browser at [http://localhost:8080/shared-button](http://localhost:8080/shared-button)