dev_server

command
v0.0.0-...-5750ac9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2026 License: MIT Imports: 9 Imported by: 0

README

Dev Server

Since developing web UI is a visual, iterative process, it's important to have quick feedback when making changes. These shared UI fragments are imported by other projects via Github, so having to commit,push,pull,import every time a change is made is not feasible.

Dev Server is a simple HTTP server with a page for each UI fragment that can be used during development for quick feedback.

Instructions

Run ./install.sh && go build && ./dev_server

The install script installs third party node dependencies, and copies these assets and the assets from the UI packages into the Dev Server's assets/local folder. Add any new files that are needed for the UI fragments to this script, as well as the wrapper HTML in server.go

Then in the browser navigate to, for example: localhost:8080/geonetfooter

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL