Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 469 Bytes

Evolucion

Developping

  1. Install dependencies go mod tidy.
  2. Run the backend go run ..
  3. Visit http://localhost:1323.

If you want to use air for live reloading:

  1. Install air go install github.com/cosmtrek/air@latest.
  2. Be sure that $GOPATH/bin is in your $PATH: export PATH=$PATH:$GOROOT/bin:$GOPATH/bin or export PATH=$PATH:$(go env GOPATH)/bin
  3. Run air instead of go run ..