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:
- Open your web browser and go to http://localhost:3000.
- Interact with the app in your browser.
- Make changes to the code and see the updates in real-time.