Quick Start


Requirements
  • Node.js 20.x (recommended).
  • Yarn (recommended).
  • Do not delete the any file in (package-lock.json / yarn.lock) the folder.
  • When copying folders remember to also copy hidden files like .env. This is important because .env files often contain environment variables that are crucial for the application to run correctly.

Installation

Start project:

Version
Script

Next.js
|
Vite.js
(JavaScript / TypeScript)
Installyarn install or npm i
Startyarn dev or npm run dev
Buildyarn build or npm run build

Start server:

By default we provide demo API from our server. To avoid interruptions during development, you should run it on your local server start local server.


Note:

For React Create App (CRA) version:

  • CRA has not been updated or maintained for a long time (https://github.com/reactjs/react.dev/pull/5487).
  • Migrating to vite.js or next.js is (recommended).
  • We will not guarantee for dependent versions related to CRA. In case you need the CRA version.

Tracking:

This project is just the user interface not including the backend and database.