Quick Start

Get started on your project with Berry React Template.

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.

Get started

  1. Navigate to either seed or full-version

  2. Install Packages: yarn or yarn install

  3. Run project:

    1. VITE: yarn start

    2. 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.

End of Life for CRA - Create React App version.

This project focuses solely on the user interface. It does not include backend services or a database.

Last updated