2021-08-18 05:12:57 +04:30
|
|
|
# Getting Started with Create React App
|
|
|
|
|
|
2023-09-28 23:37:46 +01:00
|
|
|
This project is built with [Vite](https://vitejs.dev/)
|
2021-08-18 05:12:57 +04:30
|
|
|
|
|
|
|
|
## Available Scripts
|
|
|
|
|
|
|
|
|
|
In the project directory, you can run:
|
|
|
|
|
|
2026-05-15 15:11:47 +02:00
|
|
|
### `pnpm dev`
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2023-09-28 23:37:46 +01:00
|
|
|
This command runs the app in development mode.\
|
2021-08-18 05:12:57 +04:30
|
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
|
|
|
2023-09-28 23:37:46 +01:00
|
|
|
The page reloads when you make edits.\
|
|
|
|
|
Lint errors also appear in the console.
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2026-05-15 15:11:47 +02:00
|
|
|
### `pnpm preview`
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2023-09-28 23:37:46 +01:00
|
|
|
This command runs the app in a local preview production build.
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2026-05-15 15:11:47 +02:00
|
|
|
### `pnpm build`
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2023-09-28 23:37:46 +01:00
|
|
|
This command creates an optimized production build of the app and places it in the `build` folder.
|
|
|
|
|
See this section about [Building for Production](https://vitejs.dev/guide/build.html) for more information.
|