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

Building the Project

To build the project for production, run the following command:

npm run build

This will generate a build or dist folder containing optimized files for deployment. The build is optimized and minified, and filenames include hashes for better caching

PreviousChanging ColorsNextUploading the Project to Hosting

Last updated 7 months ago