Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 538 Bytes

sample-todo-golang-vue

This is a simple task management application with Golang and Vue.js.

todo

How to use

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