Jump right in thanks to the Message Board App Tutorial repo on GitHub. Get started with your Message Board App in React with GraphQL.
learn-tutorial
branch in
that repo. That means you can complete each step in the tutorial and also look
at the git diff if you’re comparing what’s described to the corresponding code
changes.
npx create-react-app ...
and then
yarn add ...
to add the dependencies listed on the previous page (i.e.,
Tailwind CSS, Semantic UI React, etc.)
This tutorial starts with the minimal boilerplate already complete. To read
through the setup process that was used to build this tutorial, see this
blog about setting up a Dgraph Cloud app.
For this tutorial, you can start with the boilerplate React app and CSS by
checking out the setup from GitHub. To do this, see the
tutorial-boilerplate tag.
You can do this using the git
CLI.
tutorial-boilerplate
tag.
yarn
command:
http://localhost:3000
, but the exact port may vary
depending on what else is running on your machine. Yarn will report the URL as
soon as it has the server up and running.
Navigate to the provided URL, and you’ll see the boilerplate app running, as
seen below: