Quick Start

1. Requirements

Before proceeding, you need to have the latest stable node.js
Recommended environment:
  • node js 20+
  • npm js 10+

2. Install

Open package folder and install its dependencies. We recommended yarn or npm.
1) Install with npm:
                      
cd project-folder/package/demos
npm install
                                  
                              
2) Install with yarn:
                            
cd project-folder/package/demos
yarn install
                                  
                              

3. Start

Gulp serves as a versatile, cross-platform streaming task runner, facilitating the automation of numerous development tasks for developers. To globally install Gulp, the following steps are required:
                      
npm install --global gulp-cli
                                  
                              
Execute the gulp command within the package/demos/ directory to serve the project files through BrowserSync. Running the gulp task will compile the theme and automatically open the /index.html file in your default web browser.
                            
gulp
                                  
                              

4. Build / Deployment

To build a project use below command. It'll generate dist folder , that dist folder you can upload on site.
                      
gulp build
                                  
                              
Finally, Your app is ready to be deployed.🥳

1. Requirements

Before proceeding, you need to have the latest stable node.js
Recommended environment:
  • node js 20+
  • npm js 10+

2. Install

Open package folder and install its dependencies. We recommended yarn or npm.
1) Install with npm:
                      
cd project-folder/
npm install
                                  
                              
2) Install with yarn:
                            
cd project-folder/
yarn install
                                  
                              

3. Start

Gulp serves as a versatile, cross-platform streaming task runner, facilitating the automation of numerous development tasks for developers. To globally install Gulp, the following steps are required:
                      
npm install --global gulp-cli
                                  
                              
Execute the gulp command within the package/demos/ directory to serve the project files through BrowserSync. Running the gulp task will compile the theme and automatically open the /index.html file in your default web browser.
                            
gulp
                                  
                              

4. Build / Deployment

To build a project use below command. It'll generate dist folder , that dist folder you can upload on site.
                      
gulp build
                                  
                              
Finally, Your app is ready to be deployed.🥳