Quick Start
Requirements
- Node.js 20.x (recommended).
- Yarn (recommended).
- Do not delete the any file in (
package-lock.json
/yarn.lock
) the folder. - When copying folders remember to also copy hidden files like
.env
. This is important because.env
files often contain environment variables that are crucial for the application to run correctly.
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 |
Tracking:
- https://github.com/reactjs/react.dev/pull/5487
- https://github.com/facebook/create-react-app/issues/13080
- https://github.com/facebook/create-react-app/issues/13283
This project is just the user interface not including the backend and database.