- Navigate to the
backend
directory. - Run
npm install
to install dependencies. - Start the server using
npm start
.
- Navigate to the
frontend
directory. - Run
npm install
to install dependencies. - Start the frontend using
npm start
.
- Deploy the backend and frontend to your preferred hosting platforms.