Pre-requisites
Pre Requisites for DashboardKit React
DashboardKit is based on
node
and create-react script
. 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
commandc:\> node -v
v14.15.4
Package Manager - npm or yarn
c:\> yarn -v
1.22.10
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.
We used yarn as a command everywhere and we also recommend the same.
Last modified 1yr ago