DashboardKit React
Search…
DashboardKit React
Documentation
Pre-requisites
Quick Start
Folder Structure
State Management
Axios & Saga for API
Routing
Project Configuration
Integration
Resources
RoadMap
Support
Changelog
FAQ
Powered By
GitBook
Pre-requisites
Pre Requisites for DashboardKit React
Pre-requisites
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
command
1
c:
\
>
node
-v
2
v14.15.4
Copied!
Package Manager
- npm or yarn
1
c:
\
>
yarn
-v
2
1.22
.10
Copied!
Troubleshooting
If you face the following error in your terminal, it means
Yarn
is not installed in your system.
1
c:
\
>
yarn
-v
2
'yarn'
is not recognized as an internal or external command,
3
operable program or batch file.
Copied!
Please install it using this
link
as it does not come with
Node
automatically.
We used yarn as a command everywhere and we also recommend the same.
Previous
Documentation
Next
Quick Start
Last modified
6mo ago
Copy link
Contents
Pre-requisites
Troubleshooting