learnlytics-go/templ/examples/integration-react/README.md
2025-03-20 12:35:13 +01:00

32 lines
276 B
Markdown

## Tasks
### build-templ
```
templ generate
```
### build-js
Dir: react
```
esbuild --bundle index.ts --outdir=../static --minify --global-name=bundle
```
### run
```
go run .
```
### all
Requires: build-templ
Requires: build-js
Requires: run
```
echo "Running"
```