-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
# 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 | ||
|
||
In the project directory, you can run: | ||
|
||
### `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. | ||
|
||
The page will reload if you make edits.\ | ||
You will also see any lint errors in the console. | ||
The page reloads when you make edits.\ | ||
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! | ||
### `yarn preview` | ||
|
||
See the section about [Building for Production](https://vitejs.dev/guide/build.html) for more information. | ||
This command runs the app in a local preview production build. | ||
|
||
### `yarn preview` | ||
### `yarn build` | ||
|
||
Runs the app in a local preview production 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. |