Buy nowGet update
  • getting started
    • Introduction
    • Quick start
    • Mock server
    • Deployment
    • Package & license
    • Setup
    • Figma
  • theme UI
    • Colors
    • Typography
    • IconsNEW
    • Shadows
    • Css vars
    • Logo
    • Layout
    • Navigation
    • Settings
  • Global
    • Styles
    • Config
    • Components overrides
  • development
    • Routing
    • Subfolder
    • Authentication
    • Environment variables
    • Api calls
    • Multi language
    • Structure
    • Clean project
    • Dependencies
    • Tailwind
    • Migrate to CRA
    • Credit assets
  • support
    • 🔵 Update
    • 🔴 Faqs & support
    • 🟣 Changelogv7.4.0
© All rights reserved.ContactHome

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

🟢 Start the project Watch

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
  • Using pnpm instead of npm/yarn → migration guide
  • Creating a new folder and copying files → copy guide

🟡 Start the server Watch

By default, a demo API is provided from our server. For more reliable development, you should run it locally: start local server

CRA deprecation notice
(CRA) create-react-app has not been maintained for a long time.
  • Migrating to vite.js or next.js is (recommended)
  • If you want to use CRA version please check here migrate to CRA
  • Learn more: https://github.com/reactjs/react.dev/pull/5487

Tracking discussions
  • react.dev#5487
  • create-react-app#13080
  • create-react-app#13283

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