app

package module
v0.0.0-...-b860962 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 1 Imported by: 0

README

echo-boilerplate-templ Go Report Card codecov

A Go 1.22+ boilerplate for web development using:

Requirements

Before getting started, install the following:

Required:

Optional:

Using

Setup the dev environment first:

make dev
Building & Running locally
make run

In another terminal:

make vite

Navigate to http://localhost:3000 in your browser.

Docker
Build
make docker-build
Run
make docker-run
Passing args

CLI:

docker run -p 3000:3000 --rm app --env-name prod

Environment variables:

docker run -p 3000:3000 -e "APP_ENV_NAME=prod" --rm app

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StaticFS embed.FS

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
templ: version: v0.2.598
templ: version: v0.2.598
contacts
templ: version: v0.2.598
templ: version: v0.2.598

Jump to

Keyboard shortcuts

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