Simplify Samples execution
This commit is contained in:
parent
7fdefa5a58
commit
ad06270d62
|
@ -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
|
git clone git@github.com:praeclarum/Ooui.git
|
||||||
cd Ooui
|
cd Ooui
|
||||||
|
|
||||||
dotnet restore
|
dotnet run --project Samples/Samples.csproj
|
||||||
msbuild
|
|
||||||
dotnet run --project Samples/Samples.csproj --no-build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
Loading…
Reference in New Issue