CaseManagementAI / CommonAssessmentToolUI

1 stars 1 forks source link

CaseManagementAI UI Development

Getting Started

Follow these steps to get the project up and running on your local machine.

Prerequisites

Cloning the Repository

git clone https://github.com/CaseManagementAI/CommonAssessmentToolUI.git

Installing Dependencies

Navigate to the /app directory and install the project dependencies:

cd app
npm install

Available Scripts

In the project directory /app, you can run:

npm start

This command runs the app in development mode:

Usage

After starting the development server, you can:

  1. Open your web browser and go to http://localhost:3000.
  2. Interact with the app in your browser.
  3. Make changes to the code and see the updates in real-time.