Quick Start
Get started on your project with Berry React Template.
Each of the packages contains two folders, full-version and seed.

full-version: It contains all the files that you see in the live preview
seed: It contains a minimal version to start your project. Read more.
Get started
Navigate to either the seed or full-version
Install Packages:
yarn
oryarn 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.
Compiled successfully!
You can now view berry-material-react in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.29.77:3000
Note that the development build is not optimized.
To create a production build, use yarn build.
Mock Backend Server
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.
Mock backendEnd 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 from it as well. To know more:
There will be no update provided in the CRA version
Last updated
Was this helpful?