Skip to content

bontusss/doku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Vue Starter Template

Boilerplate project that combines the power of Go for backend development and Vuejs for frontend development. This template is designed to help you quickly set up and start building scalable and maintainable web application.

Run Locally

Run git clone https://github.com/bontusss/GoVue.git

  cd my-project

Install Vue dependencies

  npm install

Install Go dependencies

  go mod tidy

Authors

Documentation

Documentation

Tech Stack

FRONTEND: Vue + Vite

SERVER: Go, GIN