Skip to content

nihat417/EcommerceReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

Welcome to the React + Vite template! This template provides a minimal setup to get React working in Vite with Hot Module Replacement (HMR) and some ESLint rules. It's designed to help you quickly start building modern React applications with the power of Vite.

Photos

Alt Text Alt Text Alt Text Alt Text

Video Link

NodeJs code

Features

  • Fast Refresh with Babel or SWC: Choose between Babel and SWC for fast and reliable hot module replacement.
  • Minimal Setup: Get started with React in Vite with minimal configuration.
  • ESLint Rules: Pre-configured ESLint rules to help you maintain code quality.

Plugins

Currently, two official plugins are available for this template:

How to Use

To get started, clone the repository and install the dependencies:

git clone <repository-url>
cd <repository-name>
npm install
Then, start the development server:
npm run dev