Here is a list of the requirements needed to begin using Berry React.
If you prefer reading over watching a video, continue below.
No need to set up or configure tools such as Webpack or Babel - they are already configured, allowing you to focus on the code.
Berry is based on node and create-react script. Please check the following prerequisites before jumping on it.
node
create-react script
Node is the primary prerequisite for Berry. Open your command terminal and check using the node -v command
node -v
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 linkarrow-up-right as it does not come with Node automatically.
Last updated 6 months ago
c:\> node -v v14.15.4
c:\> yarn -v 1.22.10
c:\> yarn -v 'yarn' is not recognized as an internal or external command, operable program or batch file.