learnlytics-go/templ/examples/integration-react/README.md

32 lines
276 B
Markdown
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
## 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"
```