Skip to content

A full stack web application starter template with Vue.js as frontend and GraphQL server in Golang.

Notifications You must be signed in to change notification settings

Pranjalya/vue-go-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Go-GraphQL

A full stack web application starter template demonstrating a ToDo list maker application using Golang as the backend server (specifically gqlgen) and Vue.js as frontend.

Project setup

cd client
yarn install

Compiles and hot-reloads for development

  1. Start the GraphQL server
go run server.go
  1. Start the frontend of the web application
yarn serve
  1. Open localhost:8080 for the frontend and/or localhost:7979 to play with the queries

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

A full stack web application starter template with Vue.js as frontend and GraphQL server in Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages