SMART IPTV PRO 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 Text
    • Changing Colors
  • Building the Project
  • Uploading the Project to Hosting
Powered by GitBook
On this page
  1. Quick Start Guide

Install Dependencies

After extracting the project files, open your terminal and navigate to the project folder where you extracted the files. For example:

cd path/to/extracted-folder

Now, install all the necessary dependencies using Yarn:

npm install

This command will download and install all required packages to run the project.

PreviousDownload the ProjectNextStart the Development Server

Last updated 6 months ago