First part
Extract "themeforest-lumex-main.zip" file and cloning the directory "lumex" to your works directory.
Open Terminal and go to your project dir using command cd your_works_dir_path/lumex
cd your_works_dir_path/lumex
Run npm install or yarn install to install the dependencies.
npm install
yarn install
Last updated 2 months ago