Pre-requisites
Pre Requisites for DashboardKit React
Last updated
Was this helpful?
Pre Requisites for DashboardKit React
Last updated
Was this helpful?
DashboardKit is based on node
and vite
. Please check the following prerequisites before jumping on it.
Node is the primary prerequisite for DashboardKit. Open your command terminal and check using the node -v
command
Package Manager - npm or yarn
If you face the following error in your terminal, it means Yarn is not installed in your system.
Please install it using this as it does not come with Node automatically.
We used yarn as a command everywhere and we also recommend the same.