- Notifications
You must be signed in to change notification settings - Fork1
nihat417/EcommerceReact
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Here is a short demo of the app:Watch the demo
- 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.
Currently, two official plugins are available for this template:
- @vitejs/plugin-react - UsesBabel for Fast Refresh.
- @vitejs/plugin-react-swc - UsesSWC for Fast Refresh.
To get started, clone the repository and install the dependencies:
git clone<repository-url>cd<repository-name>npm installThen, start the development server:npm run dev