vue-gql To start server: - cd server - npm install - npm run start To run client: cd vue-client npm install npm run dev Server will be started in localhost:4000. Type this URL in browser to checkout graphql playground Client will be in localhost:3000