Skip to content

00 development environment

Mаартен - Maarten edited this page Jun 19, 2020 · 6 revisions

Setting up your development environment

Make sure you have installed NodeJS 10 or 12 and Yarn. And that you can run the following commands from your terminal:

yarn -v
node -v

You can use your own code editor. The most used ones are:

Both also have GraphQL plugins that you can use. For this tutorial these are optional:

Next clone the repository (https or ssh)

git clone https://github.com/maapteh/sandbox-graphql.git
git clone git@github.com:maapteh/sandbox-graphql.git

Install all dependencies using yarn

yarn

Now we can run the application

yarn dev
Clone this wiki locally