Skip to main content

Installing NodeJS

  1. Go to: https://nodejs.org/en
  2. Download NodeJS LTS (Latest stable version)
  3. Install NodeJS on your computer
  4. Install NPM library in directory for documentation

Installation of NPM library

  1. Open Windows PowerShell
  2. Navigate to docs directory (location of documentation on your computer)
    • Use cd command to go in next folder and go folder by folder or use cd and file explorer link img.jpg
      img.jpg
  3. Then write npm install -g npm and press enter.
  4. Wait installation to complete
  5. Then go to VSC and open the working folder.
  6. Open terminal img.jpg
  7. Write npm install and wait to finish

Now each time you go to working folder, you can use command npm start in new terminal to open local host webpage where you can see all changed made live and have a development website.