Follow these steps to get the project up and running on your local machine.
- Node.js and npm (Node Package Manager) installed on your system
git clone https://github.com/CaseManagementAI/CommonAssessmentToolUI.gitNavigate to the /app directory and install the project dependencies:
cd app
npm installIn the project directory /app, you can run:
npm startThis 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.
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.