go-web-app

command
v0.0.0-...-c57278b Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 License: MIT Imports: 3 Imported by: 0

README

Go Web App Example

This is a very simple Go web app that you can use as an example on how to setup Task as part of the build pipeline of a Go app.

Features:

  • Build everything with a single command;
  • It's fast since it just run the necessary steps;
  • Allow live-reloading using the --watch flag.

How to use:

  • This requires Go to be installed;
  • Install Task;
  • Run task dl-deps to install the tools required to build this app;
  • Run task to build and run the web app;
  • Optionally you can use task --watch (or task -w) to re-compile and re-run the app on any file change.
  • Open http://localhost:8383

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