You will need the following software on your system.
For easier understanding, versions for each software are mentioned in braces.
  • Git (2.25.1) to clone the base theme.
  • Node (16.16.0) to compile and run the base theme.
  • NPM (8.11.0) to manage and install the dependencies of the base theme.
  • Experro CLI to fetch the data from Admin Panel.

How to Install All the Above Software?

Knowing the list is not enough, the next hurdle is how to install all the above software? Here is the step-by-step guide: Step 1 - Git, Node, and NPM are easy to install and the documentation on how you can install these software is widely available on the Internet. Installing Experro CLI is as simple as running the following command in the terminal.
npm i -g experro-cli
Step 2 - Once the installation is done, run the following command to confirm the installation of Experro CLI.
experro-cli --help
Usage:
  experro-cli [OPTIONS] <command>

Help Options:
  -h, --help  Show this help message

Available commands:
  build        Build the app
  environment  Environment related commands
  init         Init the project
  server       Start the local server
  version      Version creation
Step 3 - Yay, all set! Now that you have installed all the required software, you can proceed to the Quickstart guide for running the base theme locally.