wendy-banzhuanke / vue-apollo-graphql-starter

A basic skeleton for a project that uses vue.js for the client side, graphql for the database, and apollo/express for the server/middleware, Jest for Unit Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Apollo-GrahQL Starter

Boilerplate for starting a project

Build Setup

# install dependencies
npm install

# serve client side with hot reload at localhost:8080
npm run dev

# start server on localhost:5000, NOTE: you need to restart the server anytime you make changes to the server files
node server

# build for production with minification
npm run build

# run testing suite
npm run test

For detailed explanation on how things work, consult the docs for

About

A basic skeleton for a project that uses vue.js for the client side, graphql for the database, and apollo/express for the server/middleware, Jest for Unit Testing


Languages

Language:JavaScript 77.2%Language:Vue 21.1%Language:HTML 1.7%