Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
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 answers
Answer question

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!