DEV Community

Discussion on: How I configure VSCode for Everything

Collapse
 
saulojoab profile image
Saulo Joab

Whenever I'm working with front-end outside of React, I like to use this extension called Live Server, which basically creates a little server with the HTML file you're editing and auto-refreshes it whenever you save :)

Also, Code Runner helps me a lot when I need to run snippets on the fly, it supports a lot of languages.

Collapse
 
amanhimself profile image
Aman Mittal

Yeah, I did have live server on my previous config but I find myself using serve (from CLI) more than any other package.