From 31b6dab494997a2aedf3ee242297e06ca3d90b87 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 9 Jan 2019 15:39:07 +0100 Subject: [PATCH] README fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 834cac070..1381289d0 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ Salix is also the scientific name of a beautifull tree! :) Required applications. * Visual Studio Code -* Node.js = 8.9.4 +* Node.js = 8.15.0 * NGINX * Docker -In Visual Studio Code we use the ESLint extension. Open Visual Studio Code, press Ctrl+P and paste the following command +In Visual Studio Code we use the ESLint extension. Open Visual Studio Code, press Ctrl+P and paste the following command. ``` ext install dbaeumer.vscode-eslint ``` You will need to install globally the following items. ``` -$ npm install -g karma-cli gulp webpack nodemon +# npm install -g karma-cli gulp-cli nodemon ``` ## Linux Only Prerequisites @@ -46,8 +46,8 @@ $ gulp Also you can run backend and frontend as separately gulp tasks (including NGINX). ``` -$ gulp client -$ gulp services +$ gulp front +$ gulp back ``` Manually reset fixtures.