Quick start

A simple and clear guide to get your project up and running quickly.


1. Requirements
  • Node.js >=20.
  • Yarn (recommended).
  • Do not delete lock files (package-lock.json / yarn.lock).
  • When copying folders, make sure to also include hidden files like .env → These often contain critical environment variables.
2. Installation
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

CRA deprecation notice

Tracking discussions

This project includes only the UI — it does not include backend or database integration.