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.