Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 990 Bytes

File metadata and controls

43 lines (29 loc) · 990 Bytes

CaseManagementAI UI Development

Getting Started

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

Prerequisites

  • Node.js and npm (Node Package Manager) installed on your system

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:

  • Open http://localhost:3000 to view it in your browser.
  • The page will automatically reload when you make changes.
  • You may also see any lint errors in the console.

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.