Development Environment Setup
Recommended modules and Installation process for Rivor HTML Theme Development Structure
- We need
Node modulesto run the project. To installNode Modulesvisit the following links and follow the steps. Install Node (opens in a new tab) - Then We need to install
Yarn. Please click here (opens in a new tab) to install Yarn. - After downloading the project run
yarnto install the modules. - After successfully installed all require modules, run
yarn devto run the project. this will create a dist folder, where all the developed file will remain. - To built the final project, run
yarn buildcommand.