From 03c198e2115d8b248dc8cb04784da8c4b7574a34 Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Fri, 12 Feb 2021 19:45:32 +0100 Subject: [PATCH] Fixed inconsistencies in Readme how to run example fixed #90 Signed-off-by: Jonas Helming --- templates/README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/templates/README.md b/templates/README.md index 6c474c4..cad29df 100644 --- a/templates/README.md +++ b/templates/README.md @@ -20,24 +20,27 @@ Install yarn. yarn start:browser -or +*or:* yarn rebuild:browser cd browser-app yarn start +*or:* launch `Start Browser Backend` configuration from VS code. + Open http://localhost:3000 in the browser. ## Running the Electron example yarn start:electron -or +*or:* yarn rebuild:electron cd electron-app yarn start +*or:* launch `Start Electron Backend` configuration from VS code. ## Developing with the browser example Start watching all packages, including `browser-app`, of your application with @@ -54,14 +57,7 @@ and the browser example. cd browser-app yarn watch -In a new terminal, rebuild the browser example. - - yarn rebuild:browser - -Launch `Start Browser Backend` configuration from VS code. - -Open http://localhost:3000 in the browser. - +Run the example as [described above](#Running-the-browser-example) ## Developing with the Electron example Start watching all packages, including `electron-app`, of your application with @@ -78,12 +74,7 @@ and the Electron example. cd electron-app yarn watch -In a new terminal, rebuild the Electron example. - - yarn rebuild:electron - - -Launch `Start Electron Backend` configuration from VS code. +Run the example as [described above](#Running-the-Electron-example) ## Publishing <%= params.extensionName %>