Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 820e0f6

Browse files
mentioned in docs how to use hot reloading for your go project
1 parent d05255a commit 820e0f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uadmin-docs/docs/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Let's discover **Uadmin in less than 30 minutes**.
1010

1111
Get started by **creating a new project**.
1212

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.
16+
1317
## Generate a new project
1418

1519
1. Make sure you use go1.16.

0 commit comments

Comments
 (0)