Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 791 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 791 Bytes

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.