Quick Start
Get started on your project with Berry React Template.
Last updated
Get started on your project with Berry React Template.
Last updated
Each of the package contains two folder, full-version and seed.
full-version: It contains all the files that you see in live preview
seed: It contains minimal version to start your project. Read more.
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.
We would recommend yarn over npm. Why? see this: https://www.whitesourcesoftware.com/free-developer-tools/blog/npm-vs-yarn-which-should-you-choose/
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
This project focuses solely on the user interface. It does not include backend services or a database.