Quick Start
1. Requirements
Before proceeding, you need to have the latest stable node.js
Recommended environment:
- node js 18+
- npm js 8+
2. Install
Open package folder and install its dependencies. We recommanded 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 is a cross-platform, streaming task runner that lets developers automate many development tasks. To install gulp globally has include:
npm install --global gulp-cli
Below Command will execute all the assets(js,scss,images,css,fonts) to the dist folder separately.
gulp
4. Build
To build a project use below command. It'll generate dist folder , that dist folder you can upload on site.
gulp build