One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| 'use strict'; | |
| const express = require('express'); | |
| const fs = require("fs"); | |
| const args = require('yargs').argv; | |
| const app = express(); | |
| const router = express.Router(); | |
| const host = args.host || 'http://localhost'; |
| 'use strict'; | |
| var path = require('path'), | |
| connect = require('connect'), | |
| serveStatic = require('serve-static'), | |
| vhost = require('vhost'), | |
| morgan = require('morgan'), | |
| args = require('yargs').argv; | |
| {"lastUpload":"2019-05-07T16:17:07.368Z","extensionVersion":"v3.2.9"} |
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", |
| // package.json | |
| { | |
| "devDependencies": { | |
| "eslint": "4.9.0", | |
| "eslint-config-airbnb-base": "9.0.0", | |
| "eslint-plugin-import": "2.0.1", | |
| "git-validate": "2.2.4", | |
| "lint-staged": "^8.1.7", | |
| "prettier-eslint-cli": "^4.7.1" |
I hereby claim:
To claim this, I am signing this object:
From currying to closures there are quite a number of special words used in JavaScript. These will not only help you increase your vocabulary but also better understand JavaScript. Special terms are normally found in documentation and technical articles. But some of them like closures are pretty standard things to know about. Knowing what the word itself means can help you know the concept it's named for better.
| 1) instalar WSL1 e alterar para WSL2 (https://docs.microsoft.com/pt-br/windows/wsl/) | |
| 2) instalar MS terminal (https://docs.microsoft.com/pt-br/windows/terminal/) | |
| 2.1) Seguir o seguinte powerUp do MS terminal+WSL (https://twasa.ml/post/wsl/) | |
| 2.1.1) instalar ZSH no WSL | |
| 2.1.2) instalar o "oh my ZSH" (https://ohmyz.sh/) | |
| 2.2) Ajustar o settings.json do MS terminal (https://gist.github.com/MarioRinaldi/bd871231936e92ae2670825f8dc9ee5c) |
| { | |
| "launch": { | |
| "configurations": [], | |
| "compounds": [] | |
| }, | |
| "git.autofetch": true, | |
| // "git.path": "C:\\Users\\lalor\\AppData\\Local\\wslgit.exe", | |
| "[git-commit]": { | |
| "editor.rulers": [ |