A minimalistic React boilerplate with Vite.js for fast and efficient development.
- Vite.js Development: Utilizes Vite.js for faster development and optimized builds.
- React Components: Pre-configured with React for building scalable and modular UI components.
- Hot Module Replacement (HMR): Instantly see the effect of code changes without a full page reload.
- CSS Pre-processing: Supports SCSS for easy styling.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/akbarahmadjonov/vite-react-boilerplate.git
Navigate to the project directory: cd react-vite-boilerplate
Install dependencies: • npm install
Usage
Start the development server: • npm run dev
Open your browser and visit http://localhost:3000 to view the app.
Build for production: • npm run build