README fixes
This commit is contained in:
parent
16333e6143
commit
31b6dab494
10
README.md
10
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.
|
||||
|
|
Loading…
Reference in New Issue