This repository contains the frontend or client-side code for the Medication Reminder System.
-
Clone the repository:
git clone <app-repo-url> cd app
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000to view the app.
- Ensure the backend server is running for full functionality.
- Update any environment-specific configurations as needed.