A simple and clear guide to get your project up and running quickly.
🟢 Start the project Watch
Version Script | Next.js |Vite.js | ||
|---|---|---|---|
| Install | yarn install or npm i | ||
| Start | yarn dev or npm run dev | ||
| Build | yarn build or npm run build | ||
🟡 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
This project includes only the UI — it does not include backend or database integration.