Vector is a minimal setup for integrating React with Vite, providing a streamlined development experience with Hot Module Replacement (HMR) and basic ESLint configurations. This repository is ideal for developers looking to quickly bootstrap a React application using Vite.
site is live on : https://vectorrrl.netlify.app/
- React + Vite: Combines the power of React with the speed of Vite.
- Hot Module Replacement: Experience instant updates in your application without losing state.
- ESLint Integration: Basic ESLint rules are included to maintain code quality.
This template supports two official plugins:
- @vitejs/plugin-react: Utilizes Babel for Fast Refresh.
- @vitejs/plugin-react-swc: Leverages SWC for Fast Refresh, offering improved performance.
To get started with this template, follow these steps:
-
Clone the repository:
git clone https://github.com/9thSence/vector.git cd vector
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to
http://localhost:3000
to view your application.
The following scripts are available:
dev
: Starts the development server.build
: Builds the application for production.serve
: Serves the production build locally.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the creators of Vite and React for their outstanding frameworks that make modern web development enjoyable.