Quick Start
Get started on your project with Berry React Template.
Was this helpful?
Get started on your project with Berry React Template.
Was this helpful?
Each of the package contains two folder, full-version and seed.
full-version: It contains all the files that you see in
seed: It contains minimal version to start your project. .
Navigate to either seed or full-version
Install Packages: yarn
or yarn install
Run project:
VITE: yarn start
NEXTJS: yarn dev
This will start your local server at http://localhost:3000
Also, your terminal shows the following.
Berry uses a mock data API to demonstrate how to fetch data from the backend. This is intended to provide an example of backend data retrieval. Read more in the next section.
End of Life for CRA - Create React App version.
CRA has not been updated or maintained for a long time and it is advisable to move form it as well. To know more:
There will no update provided in CRA version
We would recommend yarn over npm. Why? see this: