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 git clone https://github.com/bontusss/GoVue.git
cd my-projectInstall Vue dependencies
npm installInstall Go dependencies
go mod tidyFRONTEND: Vue + Vite
SERVER: Go, GIN