This is a simple task management application with Golang and Vue.js.
The development environment is as follows:
- go 1.16
- node 15.14.0
- yarn 1.22.10
- @vue/cli 4.5.11
Execute the following command to start the application:
$ cd sample-todo-golang-vue
$ cd ./backend
$ go run main.go
$ cd ../frontend
$ yarn serve
# You can use the app from http://localhost:8080