Prerequisites
No need to install or configure tools like Webpack or Babel—everything is preconfigured and handled in the background, allowing you to focus entirely on development.
Pre-requisites
To install and use this theme, It's required to be installed Node.js on your computer. Node is required only for a run and deploys the application, we won't get into too much detail for the same. It's also not required to have detailed knowledge of Node.js
c:> node -v
v22.x.x
Package Manager - npm or yarn
c:\> yarn -v
v4.9.1
Troubleshooting
If you face the following error in your terminal, it means Yarn is not installed in your system.
c:\> yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.
Please install it using this link as it does not come with Node automatically.
Last updated
Was this helpful?