Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Fullstack Vite + React + Express App

This project is a fullstack web application with:

  • ⚙️ Backend: Express.js (Node.js)
  • 💻 Frontend: React + Vite

📁 Project Structure

🌐 root /

  • ├── backend/

    │ └──src

  • ├── frontend/

    │ └── src


✅ Prerequisites

Make sure you have the following installed:


📦 Install Dependencies

Install dependencies for both backend and frontend:

# Backend setup
cd backend
npm install

# Frontend setup
cd frontend
npm install

🚀 Running the Project

# In the root directory
npm install

# Both running concurrently

npm run dev

🌐 Accessing the App

# Both running concurrently
Frontend: http://localhost:5173

Backend: http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages