Neighborly is a local community app where neighbors can connect and help each other in one simple place. Residents can buy and sell items, offer or request services, report missing pets or safety concerns, and plan neighborhood events.
-
Open Two Terminals
- Terminal 1:
cd frontend - Terminal 2:
cd backend
- Terminal 1:
-
Install Dependencies
In each terminal, run:npm install
-
Start the Application In the backend terminal:
npm run dev
Wait for the server to start at http://localhost:3000.
In the frontend terminal:
npm run dev
The Vite-powered frontend will start at http://localhost:5173.
-
Opening the Application Open your browser and go to http://localhost:5173, or click the link shown in the terminal.