Skip to content

Commit c9680f9

Browse files
committed
chore(common): add readme file for the legacy project templates
1 parent 805bb53 commit c9680f9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Telerik Project Templates Overview
2+
3+
This folder contains predefined Telerik project templates, available in both **Server** and **WASM** hosting models. These templates demonstrate the use of Telerik UI components and common application patterns.
4+
5+
## Predefined Project Templates
6+
7+
1. **CRUD, Form, Chart**
8+
- [**Server Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorServerCRUD) Features Telerik UI Data Grid, Chart, and form validation with a basic CRUD service for data updates.
9+
- [**WASM Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorWASMCRUD) Replicates the same features for WebAssembly.
10+
11+
2. **Dashboard**
12+
- [**Server Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorServerDashboard) A customizable dashboard layout using the TileLayout component, showcasing various data-fetching methods in tiles.
13+
- [**WASM Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorWASMDashboard) Offers similar functionality for WebAssembly.
14+
15+
3. **Admin**
16+
- [**Server Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorServerAdmin) An admin dashboard showcasing components like Data Grid, Chart, TileLayout, and Form.
17+
- [**WASM Template:**](https://github.com/telerik/blazor-ui/tree/master/common/legacy-project-templates/TelerikBlazorWASMAdmin) Mirrors the server version in a WebAssembly environment.
18+

0 commit comments

Comments
 (0)