Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Simple Social Media Application

A React web application built with Vite.

Project Setup

This project was scaffolded using ViteJS with React template.

Prerequisites

  • Node.js (version 20.9.0 or higher)
  • npm (version 10.4.0 or higher)

Installation

Dependencies are already installed. To install them again:

npm install

Development

To run the development server on port 3000:

npm run dev

The application will be available at http://localhost:3000

Build

To build the project for production:

npm run build

Preview

To preview the production build:

npm run preview

Project Structure

SimpleSocialMediaApplication/
├── public/
│   └── vite.svg
├── src/
│   ├── assets/
│   │   └── react.svg
│   ├── App.css
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── README.md

Technologies Used

  • React 19.1.0
  • Vite 7.0.6
  • @vitejs/plugin-react
  • Modern JavaScript (ES modules)

Configuration

  • Port: Configured to run on port 3000
  • Hot Module Replacement: Enabled for fast development
  • Build Tool: Vite for fast builds and development