STARBOX IPTV - WEB Documentation
  • Introduction
  • Quick Start Guide
    • Prerequisites
    • Download the Project
    • Install Dependencies
    • Start the Development Server
    • Build for Production (Optional)
    • Edit the Project
  • Customizing the Project
    • Changing Icons
    • Changing Colors
  • Building the Project
  • Uploading the Project to Hosting
Powered by GitBook
On this page
  1. Quick Start Guide

Prerequisites

PreviousQuick Start GuideNextDownload the Project

Last updated 23 days ago

Before you begin, ensure you have the following installed on your system:

  • Node.js (version 23.x or higher) – You can download it from .

  • Verify Installation:

    • To check if Node.js and npm are installed correctly, open a terminal and run:

      node -v
      npm -v
  • Visual Studio Code (VSCode) – We recommend using VSCode as your code editor. You can download it from .

nodejs.org
code.visualstudio.com