Skip to content

kensei18/sample-todo-golang-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample TODO App with Golang and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published