Quick Start

Get started on your project with Berry React Template.

Each of the packages contains two folders, full-version and seed.

Get started

  1. Navigate to either the 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.

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 backendchevron-right
circle-exclamation
circle-info

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

Last updated

Was this helpful?