Clenzia is a modern PHP & Bootstrap Business & Technology Template designed for startups, SaaS products, digital agencies, and mobile app websites. This documentation will help you quickly customize, manage, and launch your project with ease.
Approx Read Time: 5 Min
Step 1: Download the Package
Step 2: Unzip the file
Step 3: Install Node.js and yarn (if not already installed)
Node.js and npm (Node Package Manager) are installed on your system. Make sure to use node version 24.*.Step 4: Install Node Modules
yarn
Step 5: Create a Production Build & Libraries Folder
yarn run build
This command compiles and optimizes your assets, creating a distribution folder (`/dist`) that contains minified and ready-to-deploy files. It ensures your project is optimized for performance in a production environment.
Step 6: Start in Development Mode
set extract zip to in location http://localhost/clenzia_php
Outcome: This will launch a local development server, allowing you to preview your project in real-time. The server also provides hot-reloading, meaning any changes you make to your files will automatically refresh in your browser. It will be accessible at c:/xampp/htdocs/clenzia_php.