This project consists of a React frontend and a Node.js backend.
/react_frontend # Contains the React application
/nodejs_backend # Contains the Node.js backend application
-
Navigate to the
react_frontend
directory:cd react_frontend
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Navigate to the
nodejs_backend
directory:cd nodejs_backend
-
Install dependencies:
npm install
-
Start the development server:
npm start