AthenaUI front-end application is the single page web application built via React UI library. Application is distributed as a Java Jar archive.
Checkout AthenaUI repository:
git clone https://github.com/OHDSI/AthenaUI.git
After getting the sources please execute following commands:
cd AthenaUI
npm install
In order to assemble AthenaUI web application please run:
npm run build
In order to assemble AthenaUI.jar please run:
mvn clean package
In order to start web app please start Athena API backend and execute following command:
npm run start
Webpack dev server should start at localhost:3000