Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 329 Bytes

Case study frontend

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

# install dependencies
npm install

# run app locally
npm run dev

.env template

API_URL=<URL to GraphQL endpoint. Note, include also /graphq path>