Actualizacion del README
This commit is contained in:
parent
c866d28367
commit
de55cc5057
12
README.md
12
README.md
|
@ -8,14 +8,26 @@ Salix is also the scientific name of a beautifull tree! :)
|
|||
|
||||
Required applications.
|
||||
|
||||
* Visual Studio Code
|
||||
* Node.js = 8.9.4
|
||||
* NGINX
|
||||
* Docker
|
||||
|
||||
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
|
||||
```
|
||||
## Linux Only Prerequisites
|
||||
|
||||
Your user must be on the docker group to use it so you will need to run this command:
|
||||
```
|
||||
$ sudo usermod -G docker yourusername
|
||||
```
|
||||
|
||||
## Getting Started // Installing
|
||||
|
||||
|
|
Loading…
Reference in New Issue