Packages a file watcher, esbuild and a live reload server
.vscode | ||
fsutils | ||
npmproxy | ||
templates | ||
.gitignore | ||
.gowebbuild.yaml | ||
build.go | ||
config.go | ||
go.mod | ||
go.sum | ||
helpers.go | ||
linker.go | ||
main.go | ||
npmproxy.go | ||
README.md | ||
sample.gowebbuild.json | ||
serve.go | ||
templates.go | ||
watch.go |
gowebbuild
NPM Proxy
The npm proxy is a small npm registry server that can be used to serve packages from the local filesystem instead of the default registry. This allows to install packages that haven't been published yet.