Skip to content

medblocks/ai-coding-fhir-starter

Repository files navigation

Prerequisites

Before you begin, ensure you have the following installed on your computer:

  • Node.js (version 18 or higher)
  • npm (usually comes with Node.js)

Getting Started

  1. 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
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit:
http://localhost:5173

Development Commands

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published