From 4584b623897122e1bc8711237616bef1ea713f41 Mon Sep 17 00:00:00 2001 From: Federico Esparza Date: Sun, 16 Dec 2018 10:36:35 -0600 Subject: [PATCH] Fix typos. Switch second set of yarn/NPM content --- backend/installation/README.md | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/backend/installation/README.md b/backend/installation/README.md index 43197e22a..d48638acd 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -1,7 +1,7 @@ # Backend Installation {% hint style="warning" %} -This documentation should be split into a **local** and a **docker** installation variant. Also my be there should be a main docker installation guide for the while system at once!? +This documentation should be split into a **local** and a **docker** installation variant. Also maybe there should be a main docker installation guide for the whole system at once!? {% endhint %} ### Clone Repository @@ -43,23 +43,6 @@ npm install {% tab title="Yarn" %} #### Development -```bash -npm run dev -``` - -#### Production - -```bash -# you will need to build the app first (done while building the docker image) -npm run build -# run after build (dist folder must exist) -npm run start -``` -{% endtab %} - -{% tab title="NPM" %} -#### Development - ```bash yarn run dev ``` @@ -73,6 +56,23 @@ yarn run build yarn run start ``` {% endtab %} + +{% tab title="NPM" %} +#### Development + +```bash +npm run dev +``` + +#### Production + +```bash +# you will need to build the app first (done while building the docker image) +npm run build +# run after build (dist folder must exist) +npm run start +``` +{% endtab %} {% endtabs %} This will start the GraphQL service \(by default on [http://localhost:4000](http://localhost:4000)\) where you can issue GraphQL requests or access GraphQL Playground in the browser