Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 411 Bytes

javascript-course-setup.md

File metadata and controls

21 lines (13 loc) · 411 Bytes

Javascript Course Main Extensions

Live Server

Launch a development local Server with live reload feature for static & dynamic pages

Preview on Web Server

Preview Web Page on Web Server.

Prettier - Code formatter

VS Code plugin for prettier/prettier

"editor.formatOnPaste": true,
"editor.formatOnSave": true,

"prettier.semi": false,
"prettier.singleQuote": true