A React web application built with Vite.
This project was scaffolded using ViteJS with React template.
- Node.js (version 20.9.0 or higher)
- npm (version 10.4.0 or higher)
Dependencies are already installed. To install them again:
npm installTo run the development server on port 3000:
npm run devThe application will be available at http://localhost:3000
To build the project for production:
npm run buildTo preview the production build:
npm run previewSimpleSocialMediaApplication/
├── public/
│ └── vite.svg
├── src/
│ ├── assets/
│ │ └── react.svg
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── README.md
- React 19.1.0
- Vite 7.0.6
- @vitejs/plugin-react
- Modern JavaScript (ES modules)
- Port: Configured to run on port 3000
- Hot Module Replacement: Enabled for fast development
- Build Tool: Vite for fast builds and development