BeckiW / case

Case

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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!

About

Case


Languages

Language:HTML 88.5%Language:JavaScript 10.2%Language:CSS 1.3%