0% found this document useful (0 votes)
25 views6 pages

JavaScript Setup with VSCode and Git

This document provides instructions for setting up a JavaScript development environment including installing Node.js, Git, and Visual Studio Code. It recommends extensions for VSCode like Origamid Theme and Live Server & Color Highlight. It also includes VSCode configuration settings for font, size, tabs, word wrap, theme, and more. Finally, it mentions how to open the browser console and lists online code editors like Codepen and JSBin.

Uploaded by

Fernando Nunes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views6 pages

JavaScript Setup with VSCode and Git

This document provides instructions for setting up a JavaScript development environment including installing Node.js, Git, and Visual Studio Code. It recommends extensions for VSCode like Origamid Theme and Live Server & Color Highlight. It also includes VSCode configuration settings for font, size, tabs, word wrap, theme, and more. Finally, it mentions how to open the browser console and lists online code editors like Codepen and JSBin.

Uploaded by

Fernando Nunes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JAVASCRIPT COMPLETO

ES6+
VSCode, Node e Git
Ambiente

Instalar o [Link]
[Link]

Instalar o Git
[Link]

Instalar o Visual Studio Code


[Link]
Visual Studio Code (Extensões)

Origamid Theme
[Link]
theme

Live Server & Color Highlight


Extensions > Buscar > Instalar

IBM Plex Mono


[Link]
Visual Studio Code (Con guração)

Files > Preferences > Settings (Win / Linux)

Code > Preferences > Settings (Mac)

{
"[Link]": "'IBM Plex Mono', Monaco, 'Courier New', m
"[Link]": 14,
"[Link]": 25,
"[Link]": 2,
"[Link]": "on",
"[Link]": "Origamid",
"[Link]": "newUntitledFile",
"[Link]": 0,
"[Link]": false,
"[Link]": true,
"[Link]": "left",
"[Link]": true,
}
Google Chrome
Console
Ctrl + Shift + J (Win) / Cmd + Option + J (Mac)
Codi car Online

Codepen
[Link]

JSBin
[Link]

You might also like