Prerequisites
This document outlines all the required software and tools needed to run the Benefits Provider App UI.
Required Software
Node.js
Version: v20.x or higher
Download: https://nodejs.org/
Verification:
node --version
Yarn Package Manager
Version: 1.22.x or higher
Installation:
npm install -g yarn
Verification:
yarn --version
Git
Latest version recommended
Download: https://git-scm.com/
Verification:
git --version
Optional Tools
Docker (Required only for Docker deployment)
Latest version recommended
Download: https://www.docker.com/
Verification:
docker --version