Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

JAVASCRIPT COMPLETO

ES6+
VSCode, Node e Git
Ambiente

Instalar o Node.js
https://nodejs.org/en/

Instalar o Git
https://git-scm.com/downloads

Instalar o Visual Studio Code


https://code.visualstudio.com/
Visual Studio Code (Extensões)

Origamid Theme
https://marketplace.visualstudio.com/items?itemName=origamid.origamid-
theme

Live Server & Color Highlight


Extensions > Buscar > Instalar

IBM Plex Mono


https://fonts.google.com/specimen/IBM+Plex+Mono
Visual Studio Code (Con guração)

Files > Preferences > Settings (Win / Linux)

Code > Preferences > Settings (Mac)

{
"editor.fontFamily": "'IBM Plex Mono', Monaco, 'Courier New', m
"editor.fontSize": 14,
"editor.lineHeight": 25,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"workbench.colorTheme": "Origamid",
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"editor.colorDecorators": false,
"workbench.activityBar.visible": true,
"workbench.sideBar.location": "left",
"liveServer.settings.donotShowInfoMsg": true,
}
Google Chrome
Console
Ctrl + Shift + J (Win) / Cmd + Option + J (Mac)
Codi car Online

Codepen
https://codepen.io/

JSBin
https://jsbin.com/?html,css,js,output

You might also like