A simple GraphQL Dashboard where user can Sign in/Sign up and upload avatar. This app uses React, Apollo GraphQL client and Material UI.
- Download zip file or type command in your terminal
git@github.com:nvdai2401/graphql-dashboard.git
- Run
yarn
- Add your GraphQl Server url in
APOLLO_SERVER
inconfigs.local.js
. - Run
yarn app
to start the web app. Server will run atlocalhost:3000