You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SAFE Template with ShadCN UI Components
2
2
3
-
This template can be used to generate a full-stack web application using the [SAFE Stack](https://safe-stack.github.io/) enhanced with [ShadCN UI](https://ui.shadcn.com/) components through the Feliz.Shadcn library. It was created using the dotnet [SAFE Template](https://safe-stack.github.io/docs/template-overview/) with additional integrations. If you want to learn more about the template why not start with the [quick start](https://safe-stack.github.io/docs/quickstart/) guide?
3
+
This demo is used to showcase a full-stack web application using the [SAFE Stack](https://safe-stack.github.io/) enhanced with [ShadCN UI](https://ui.shadcn.com/) components through the Feliz.Shadcn library.
4
4
5
5
## ShadCN UI Integration
6
6
@@ -43,7 +43,7 @@ Shadcn.card [
43
43
]
44
44
```
45
45
46
-
> Note: This example focuses exclusively on the client-side implementation. The server and shared components are included as part of the SAFE stack structure but contain minimal code.
46
+
> Note: This example focuses exclusively on the client-side implementation. The server and shared components are included as part of the SAFE stack structure but contain no logic.
47
47
48
48
## Install pre-requisites
49
49
@@ -66,23 +66,3 @@ Then open `http://localhost:8080` in your browser.
66
66
The build project in root directory contains a couple of different build targets. You can specify them after `--` (target name is case-insensitive).
67
67
68
68
<!-- Tests have been removed from this example to focus on ShadCN and Feliz integration -->
69
-
70
-
Finally, there are `Bundle` and `Azure` targets that you can use to package your app and deploy to Azure, respectively:
71
-
72
-
```bash
73
-
dotnet run -- Bundle
74
-
dotnet run -- Azure
75
-
```
76
-
77
-
## Documentation
78
-
79
-
If you want to know more about the SAFE Stack and its components, visit the official [SAFE documentation](https://safe-stack.github.io/docs/).
80
-
81
-
You will find more documentation about the technologies used in this template at the following places:
82
-
83
-
*[Fable](https://fable.io/docs/) - F# to JavaScript compiler
84
-
*[Elmish](https://elmish.github.io/elmish/) - MVU pattern for F# applications
85
-
*[Feliz](https://zaid-ajaj.github.io/Feliz/) - React bindings for F#
0 commit comments