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

Start the Development Server

Once the dependencies are installed and the environment variables are configured, you can start the development server by running:

npm run dev

This will start the development server and you should be able to access the project in your browser at http://localhost:3000.

PreviousInstall DependenciesNextBuild for Production (Optional)

Last updated 6 months ago