Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

267
Vistas
How to run web project in VS Code using terminal?

I watched a video on YouTube and the creator created a simple JavaScript project. After that he just ran it in the terminal of VS Code.

I searched about this on YouTube and Google but I can't understand it.

How do I run my JavaScript project using the terminal in VS Code?

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

You should get help from Node.js ecosystem!

  1. Install Node.js LTS version from official website! (node.js website)

  2. Install live-server package(live-server website) globally

  3. Go to the directory where the project is.

    ~ cd path/to/project

  4. Then just run

    ~ live-server

about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use nodejs, but you can't use some javascript keywords and methods which run on the browser like document addEventListener (but we have on method). Because node is built for server-side applications, there is no document on the server.

If you are working on a frontend application, there are many packages you can use, like

  • serve (npm install -g serve)
  • live server (npm install -g live-server)
  • webpack
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda