Before you begin, ensure you have the following installed on your computer:
- Clone this repository:
NOTE: Skip this step if you have downloaded the code from the repo manually and unzipped it
git clone https://github.com/medblocks/ai-coding-fhir-starter
cd patient-listing-app
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit:
http://localhost:5173
# Start development server
npm run dev
# Start development server and open in browser
npm run dev -- --open
# Build for production
npm run build
# Preview production build
npm run preview
# Run tests
npm run test