/go-doing

Another TODO application in the language Go

Primary LanguageTypeScriptMIT LicenseMIT

Golang - Doing

Another TODO application in the language Go

Howto Build

  • Open terminal
  • Change to frontend directory $ cd frontend
  • Enter $ npm run build:prod in order to build frontend part
  • Change back to project root directory $ cd ..
  • Enter command $ go build -o ./bin/doing in order to build backend part with frontend inside.
  • Binary is in directory bin