2021-08-18 05:12:57 +04:30
|
|
|
# Getting Started with Create React App
|
|
|
|
|
|
2023-08-11 17:30:22 +02:00
|
|
|
This project is build with [Vite](https://vitejs.dev/)
|
2021-08-18 05:12:57 +04:30
|
|
|
|
|
|
|
|
## Available Scripts
|
|
|
|
|
|
|
|
|
|
In the project directory, you can run:
|
|
|
|
|
|
2023-08-11 17:30:22 +02:00
|
|
|
### `yarn dev`
|
2021-08-18 05:12:57 +04:30
|
|
|
|
|
|
|
|
Runs the app in the development mode.\
|
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
|
|
|
|
|
|
|
The page will reload if you make edits.\
|
|
|
|
|
You will also see any lint errors in the console.
|
|
|
|
|
|
|
|
|
|
### `yarn build`
|
|
|
|
|
|
|
|
|
|
Builds the app for production to the `build` folder.\
|
|
|
|
|
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
|
|
|
|
|
|
|
|
The build is minified and the filenames include the hashes.\
|
|
|
|
|
Your app is ready to be deployed!
|
|
|
|
|
|
2023-08-11 17:30:22 +02:00
|
|
|
See the section about [Building for Production](https://vitejs.dev/guide/build.html) for more information.
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2023-08-11 17:30:22 +02:00
|
|
|
### `yarn preview`
|
2021-08-18 05:12:57 +04:30
|
|
|
|
2023-08-11 17:30:22 +02:00
|
|
|
Runs the app in a local preview production build
|