Skip to content

Malaminjagana/FullStack-Redi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.

S25-Full-Stack-Circle

List of contributors: Iman Bajalan Angelo Centeno Savitha Muthuramalingam Sonali Rathod Daria Parashchenko Ehighe Aisiri Marline John Oluwabusola Ilechukwu Suleman Ahmed Khan Bianca Dascalescu Asligul Safarova Suleman Ahmed Khan Julita Lapinska Zakaria Sebai Muhammad Shehbaz Peeradon Warithkorasuth

Getting Started

Frontend Setup

To start the frontend development server:

  1. Navigate to the frontend folder:

    cd frontend
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    
  4. The frontend will be available at http://localhost:5173 by default

Backend Setup

To start the backend server:

  1. Open a new terminal and navigate to the backend folder:

    cd backend
    
  2. Install dependencies:

    npm install
    
  3. Start the backend server:

    npm start
    
  4. The backend API will be available at http://localhost:4000

Development Notes

  • The frontend is built with React 19 and Vite
  • Material UI components are available through @mui/material
  • The backend runs on Express.js
  • Both servers need to be running simultaneously during development
  • Frontend can be built for production using npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published