This is a boilerplate repository for a programming case.
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.
-
Clone this repo:
git clone [email protected]:alvalabs/case.git
-
Run
npm install
to install required packages. -
Insert the token you have received in the config file.
-
Start the application with
npm start
-
Start coding!