Bensigo / express-vue-graphQl-starterkit

A starter kit for express and vue JS using graphql and apollo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-vue-graphQl-starterkit

A starter kit for express.js and vue.jS using graphql, apollo, MongoDB and vuetify for the UI

SERVER

To start the sever side code, go to server dir and run the command

Start the dev env using nodemon and eslint

npm run dev

Start a production env

npm run start

Run eslint(javascript standard)

npm run lint

CLIENT

To start server on the client, go to the client DIR

Development server

npm run dev

To Build (ready for production):

npm run build

About

A starter kit for express and vue JS using graphql and apollo

License:MIT License


Languages

Language:JavaScript 68.1%Language:Vue 30.8%Language:HTML 0.9%Language:CSS 0.1%