* 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
25 lines
692 B
Markdown
25 lines
692 B
Markdown
# Getting Started with Create React App
|
|
|
|
This project is built with [Vite](https://vitejs.dev/)
|
|
|
|
## Available Scripts
|
|
|
|
In the project directory, you can run:
|
|
|
|
### `yarn dev`
|
|
|
|
This command runs the app in development mode.\
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
|
The page reloads when you make edits.\
|
|
Lint errors also appear in the console.
|
|
|
|
### `yarn preview`
|
|
|
|
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.
|