Pre-requisites
Here's a guide of the prerequisites you'll need to get started with Berry React.
Last updated
Here's a guide of the prerequisites you'll need to get started with Berry React.
Last updated
If you prefer reading docs, continue reading below instead watching video.
You don’t need to install or configure tools like Webpack or Babel. They are configured and hidden so that you can focus on the code.
Berry is based on node
and create-react script
. Please check the following prerequisites before jump on it.
Node is the primary prerequisite for Berry. 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 link as it does not come with Node automatically.