-
Notifications
You must be signed in to change notification settings - Fork 1
00 development environment
shotor edited this page Jun 18, 2020
·
6 revisions
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 -vYou can use your own code editor. The most used ones are:
Both also have GraphQL plugins that you can use. For these tutorial these are optional:
Next clone the repository
git clone https://@scm.ecom.ahold.nl/stash/scm/~maarten.van.oudenniel/sandbox-graphql.gitInstall all dependencies using yarn
yarnNow we can run the application
yarn dev