Aplio
HTML
Development Process

Development Environment Setup

Recommended modules and Installation process for Aplio HTML Theme Development Structure

  • We need Node modules to run the project. To install Node Modules visit 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 yarn to install the modules.
  • After successfully installed all require modules, run yarn dev to run the project. this will create a dist folder, where all the developed file will remain.
  • To built the final project, run yarn build command.