Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 967 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 967 Bytes

Alva Case

This is a boilerplate repository for a programming case.

Technical overview

The boilerplate code is written in React.

You will use our mock-api for the case. The API is written in GraphQL.

We use Apollo as a GraphQL client. There is an example in the repository of how to use React Apollo .

You need a token to use the API. We will give you a token that you need to place in the config file.

Get started

  1. Clone this repo: git clone [email protected]:alvalabs/case.git

  2. Run npm install to install required packages.

  3. Insert the token you have received in the config file.

  4. Start the application with npm start

  5. Start coding!