Update BUILDING.md (#420)

* Update to BUILDING.md

* Corrected typos.
* Edited lines to ensure a consistent tense and pacing.
* Tweaked spacing and script notes.

* Update to BUILDING.md

* Update BUILDING.md

* Update BUILDING.md
This commit is contained in:
skrewde
2023-09-28 23:37:46 +01:00
committed by GitHub
parent 3155c1d602
commit 5cf07acc1c

View File

@@ -1,6 +1,6 @@
# Getting Started with Create React App # Getting Started with Create React App
This project is build with [Vite](https://vitejs.dev/) This project is built with [Vite](https://vitejs.dev/)
## Available Scripts ## Available Scripts
@@ -8,22 +8,17 @@ In the project directory, you can run:
### `yarn dev` ### `yarn dev`
Runs the app in the development mode.\ This command runs the app in development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\ The page reloads when you make edits.\
You will also see any lint errors in the console. Lint errors also appear 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!
See the section about [Building for Production](https://vitejs.dev/guide/build.html) for more information.
### `yarn preview` ### `yarn preview`
Runs the app in a local preview production build This command runs the app in a local preview production build.
### `yarn build`
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.