Berry React
v3.8.0
v3.8.0
  • Documentation
  • 🎺About - Berry Remix
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Internationalization
  • Authentication
  • Axios API Calls
  • Routing
  • Project Configuration
  • Color Presets
  • Theme/Style Configuration
  • How to
    • Login as First Page
    • Add a menu from the backend
    • Remove eslint
    • Remove prettier
  • Integration
    • seed
    • To Existing Project
  • Component
    • Avatar
    • AnimateButton
    • Accordion
    • Breadcrumbs
    • Chip
    • ImageList
    • MainCard
    • Transitions
    • SubCard
  • Resources
  • Roadmap
  • Support
  • Changelog
  • FAQ
  • Berry Eco System
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Was this helpful?

Pre-requisites

Here is a list of the requirements needed to begin using Berry React.

Last updated 1 year ago

Was this helpful?

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.

Pre-requisites

Berry is based on node and vite, next and remix.

Node is the primary prerequisite for Berry. Open your command terminal and check using the node -v command

c:\> node -v
v20.x.x

Package Manager - npm or yarn

c:\> yarn -v
1.22.19

Troubleshooting

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.

Please install it using this as it does not come with Node automatically.

link