Skip to content

akbarahmadjonov/vite-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Vite Boilerplate

A minimalistic React boilerplate with Vite.js for fast and efficient development.

Table of Contents

Features

  • 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.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. 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