Skip to content

Commit 254a151

Browse files
author
Ray
committed
add project descriptions
1 parent 1959406 commit 254a151

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

Readme.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
11

22
# IcuBlazor Samples
33

4-
This repository is a set of example projects showing how to use IcuBlazor.
5-
6-
IcuBlazor is set of UI components that help you develop, debug and unit test Blazor apps. Inject your app with debug components to help you interact with data and visuals. Explore UI automation and modern testing strategies such as text diffs, pixel diffs, property testing, and more.
4+
IcuBlazor is a collection of dev tools for Blazor. Use this repository as a reference point for IcuBlazor projects.
75

86
## For full details see [IcuBlazor.com](http://icublazor.com/).
97

108
- [IcuBlazor Home](http://icublazor.com/)
119
- [Quick Intro](http://icublazor.com/docs/articles/tests.html)
1210
- [Installation](http://icublazor.com/docs/articles/config.html)
1311

12+
## Running Samples
13+
14+
1. Load `QuickStart.sln` in Visual Studio,
15+
2. Set a startup project like `Server.SSBLinked` and run it.<br/>
16+
17+
## Sample Projects
18+
19+
- CSB.csproj
20+
21+
A Client-Side Blazor project that contains the app code and associated tests.
22+
It is used as a "library" for other projects like `Server.SSBLinked` or `Server.CSBLinked`.
23+
While IcuBlazor needs a server to be fully functional, this project can still be run as a standalone Wasm app.
24+
25+
- Server.SSBLinked.csproj
26+
27+
A thin Server-Side Blazor app. It does not contain much code other than initializing the server. All client side functionality comes from `CSB.csproj`.
28+
29+
- Server.CSBLinked.csproj
30+
31+
A thin ASP-hosted Client-Side Blazor app. Like `SSBLinked`, all client side functionality comes from `CSB.csproj`.
32+
33+
- SSB.csproj
34+
35+
A standalone Server-Side Blazor app. It contains both client & server code and tests.
36+
1437
## Support
15-
If you discover a bug or have a feature request feel free to [open an issue](https://github.com/ray440/IcuBlazor/issues).
38+
If you discover a bug or have a feature request feel free to [open an issue](https://github.com/ray440/IcuBlazor.Samples/issues).
1639

0 commit comments

Comments
 (0)