This is a training project for the MyHeritage React+GraphQL workshop
- Install git
git clone https://github.com/ShaniRaby/react-graphql-workshop.git
cd react-graphql-workshop/exercises/1-react/
npm install
- To make sure everything is set up correctly type:
npm start
We created the React apps using create-react-app, andnpm start
should run the app. Open http://localhost:3000 to view it in the browser.
Make sure you have an IDE installed on your computer: Visual Studio Code, Atom, IntelliJ — whatever you prefer. (If you're a VIM user — more power to you!)
This repository is comprised of two directories:
exercises
: A directory with "skeletons" and TODOs for the two exercises we'll work on in this workshop: one for React and the second for GraphQL. Instructions for the exercises can be found in each directory.
solutions
: For the same exercise. Can be used as reference during the workshop (though if you're stuck you'll have someone to ask for guidance!) or later at home.