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.
cd client
yarn install
- Start the GraphQL server
go run server.go
- Start the frontend of the web application
yarn serve
- Open
localhost:8080
for the frontend and/orlocalhost:7979
to play with the queries
yarn build
yarn test:unit
yarn test:e2e
yarn lint