A starter kit for express.js and vue.jS using graphql, apollo, MongoDB and vuetify for the UI
To start the sever side code, go to server dir and run the command
npm run dev
npm run start
npm run lint
To start server on the client, go to the client DIR
npm run dev
npm run build