app

package module
v0.0.0-...-0716d42 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: MIT Imports: 20 Imported by: 0

README

echo-boilerplate-web-client Go Report Card codecov

A Go web client boilerplate app for echo-boilerplate using the minimalist echo framework and the following:

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

Visit 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

func NewServer

func NewServer() *server.Server

func NewTestServer

func NewTestServer(handler ...handlers.IHandler) *server.Server

Types

This section is empty.

Directories

Path Synopsis
cmd
app

Jump to

Keyboard shortcuts

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