Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/vite-react-demo
Vite React demo
https://github.com/remarkablemark/vite-react-demo
demo react reactjs vite website
Last synced: about 1 month ago
JSON representation
Vite React demo
- Host: GitHub
- URL: https://github.com/remarkablemark/vite-react-demo
- Owner: remarkablemark
- Created: 2023-02-04T00:16:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:46:23.000Z (3 months ago)
- Last Synced: 2024-10-29T09:57:40.648Z (3 months ago)
- Topics: demo, react, reactjs, vite, website
- Language: CSS
- Homepage: https://remarkabl.org/vite-react-demo/
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-react-demo
[![build](https://github.com/remarkablemark/vite-react-demo/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/vite-react-demo/actions/workflows/build.yml)
Vite React project. See demo [site](https://remarkabl.org/vite-react-demo/).
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/vite-react-demo.git
cd vite-react-demo
```Install the dependencies:
```sh
npm install
```## Run
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://127.0.0.1:5173](http://127.0.0.1:5173) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles 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!