blueskyfish / go-doing

Another TODO application in the language Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Another TODO application in the language Go

License:MIT License


Languages

Language:TypeScript 55.4%Language:Go 25.4%Language:HTML 18.6%Language:SCSS 0.5%