Quick start
A simple and clear guide to get your project up and running quickly.
1. Requirements
2. Installation
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 |
CRA deprecation notice
Tracking discussions
This project includes only the UI — it does not include backend or database integration.