Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 736 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 736 Bytes

TechCare

localhost_4000_

About

Medical dashboard displaying patients data. Patients data has retrieved from an API.

Getting Started

Follow these steps to set up and run the project locally:

  1. Clone the repository to your local machine:
  1. Install dependencies:
  • npm install
  1. Environment Setup: Create a .env file in the root directory and add the necessary environment variables. Use .env.example as a reference.

  2. Run the development server:

  • npm run dev
  1. Build for Production

To generate a production build, run:

  • npm run build
  • npm start