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
{{ message }}
This repository was archived by the owner on Jan 10, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: uadmin-docs/docs/intro.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ Let's discover **Uadmin in less than 30 minutes**.
10
10
11
11
Get started by **creating a new project**.
12
12
13
+
## Hot reloading of your go project on file changes
14
+
15
+
For this we propose you to use "reflex" go package in a way: `reflex -r '\.go' -s -- sh -c "go run cmd/uadmin/main.go admin serve"`. And on file changes your project would be reloaded.
0 commit comments