Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 460 Bytes

Simple GraphQL Dashboard

A simple GraphQL Dashboard where user can Sign in/Sign up and upload avatar. This app uses React, Apollo GraphQL client and Material UI.

Installation guide:

  1. Download zip file or type command in your terminal git@github.com:nvdai2401/graphql-dashboard.git
  2. Run yarn
  3. Add your GraphQl Server url in APOLLO_SERVER in configs.local.js.
  4. Run yarn app to start the web app. Server will run at localhost:3000