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

Build for Production (Optional)

If you want to prepare the project for deployment, you can create a production build by running:

npm run build

This will generate optimized static files in the build directory, ready for deployment on your web server or hosting service.

PreviousStart the Development ServerNextEdit the Project

Last updated 6 months ago