GraphQL get the UI project to start working

Hi, the main goal of this post is that you can have the UI project that will help us with all the react app with all the components that we are going to need for the next posts.

Note: last GraphQL chapter was GraphQL request over HTTP

So go to this repository:

https://github.com/cristinarojas/graphQLBoard

Then run this command in your terminal:

git clone git@github.com:cristinarojas/graphQLBoard.git

Then open 1 terminal with the path client git:(main) an other with server git:(main) then run the next command in both:

npm i

After that run in both terminals:

yarn start

Now we are going to see the UI running in our browser:

By Cristina Rojas