Skip to content

edwinlzs/app-template-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install pnpm (or npm)

Install go

ensure $GOPATH/bin is in $PATH by adding to ~/.zshrc or ~/.bashrc

PATH=$PATH:$GOPATH/bin

Install just

https://github.com/casey/just?tab=readme-ov-file#installation

Start App

Run containers

just start-infra

Start backend

cd server
just run-server

Start frontend

cd client-web
pnpm install
pnpm dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published