README fixes

This commit is contained in:
Juan Ferrer 2019-01-09 15:39:07 +01:00
parent 16333e6143
commit 31b6dab494
1 changed files with 5 additions and 5 deletions

View File

@ -9,18 +9,18 @@ Salix is also the scientific name of a beautifull tree! :)
Required applications. Required applications.
* Visual Studio Code * Visual Studio Code
* Node.js = 8.9.4 * Node.js = 8.15.0
* NGINX * NGINX
* Docker * 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 ext install dbaeumer.vscode-eslint
``` ```
You will need to install globally the following items. 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 ## Linux Only Prerequisites
@ -46,8 +46,8 @@ $ gulp
Also you can run backend and frontend as separately gulp tasks (including NGINX). Also you can run backend and frontend as separately gulp tasks (including NGINX).
``` ```
$ gulp client $ gulp front
$ gulp services $ gulp back
``` ```
Manually reset fixtures. Manually reset fixtures.