Quick Start


*Requirements
  • Node.js 18.x (recommended).
  • Yarn (recommended).
  • Do not delete the any file in (package-lock.json / yarn.lock) the folder.
Version
Script

Next.js
|
Vite.js
(JavaScript / TypeScript)
Create React App
(JavaScript)
Create React App
(TypeScript)
Installyarn install or npm iyarn install or npm iyarn install or npm i --legacy-peer-deps
Startyarn dev or npm run devyarn start or npm startyarn start or npm start
Buildyarn build or npm run build

*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.
  • Contact us to get the CRA version if needed. We will not guarantee for dependent versions related to CRA.

Tracking:

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