Skip to content

This repository is configured for a React project using Vite — a fast, modern build tool optimized for frontend development.

Notifications You must be signed in to change notification settings

AbdullahRFA/React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🚀 React Project Setup with Vite

This repository is configured for a React project using Vite — a fast, modern build tool optimized for frontend development.


📦 Initialization Log

npm create vite

Prompted responses:

Need to install the following packages:
[email protected]
Ok to proceed? (y) y

🛠️ Configuration

◇ Project name:
  my_react_app

◇ Select a framework:
  React

◇ Select a variant:
  JavaScript

◇ Scaffolding project in /Users/abdullahnazmus-sakib/Desktop/GitHUb/React/my_react_app...
└ Done.

▶️ Getting Started

cd my_react_app
npm install
npm run dev

This will start the development server and launch your React app in the browser.


📁 Project Structure

my_react_app/
├── public/
├── src/
│   ├── App.jsx
│   └── main.jsx
├── index.html
├── package.json
└── vite.config.js

🧠 Notes

  • Uses React + JavaScript variant
  • Built with Vite for lightning-fast dev experience
  • Ideal for modern frontend workflows

Releases

No releases published

Packages

No packages published