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