Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 477 Bytes

File metadata and controls

32 lines (19 loc) · 477 Bytes

React Full-Stack Project

This is a full-stack web application with a React frontend and a Node.js/Express backend. The backend code is located in the /server directory.

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/your-project.git
cd your-project

cd client
npm install

cd ../server
npm install

cd server
npm start

cd client
npm run dev