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.
Copy
npm i -g experro-cli
Step 2 - Once the installation is done, run the following command to confirm the installation of Experro CLI.
Copy
experro-cli --helpUsage: experro-cli [OPTIONS] <command>Help Options: -h, --help Show this help messageAvailable 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.