ncDocConverter/BUILD.md

10 lines
166 B
Markdown
Raw Permalink Normal View History

2022-09-22 13:22:58 +00:00
## Ausführen
set GOTMPDIR=C:\MYCOMP
go run .\cmd\web
npm run dev
npm run build
nodemon --watch './**/*.go' --signal SIGTERM --exec 'go' run cmd/MyProgram/main.go