A blog app with GraphQL, Apollo client and Vue.js
Clone the project repository by running the command below if you use SSH
git clone git@github.com:ammezie/graphql-blog-app.git
If you use https, use this instead
git clone https://github.com/ammezie/graphql-blog-app.git
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev