Skip to content

Latest commit

 

History

History
executable file
·
53 lines (39 loc) · 2.23 KB

README.md

File metadata and controls

executable file
·
53 lines (39 loc) · 2.23 KB

Framingham CardioRisk

enter image description here

A Web App made with React NextJS Live version: https://framinghamcalc.now.sh/

Tech Stack

Software Requisites for Running Properly

Running app outside Docker container

  • npm install installs required node modules for running the application

  • npm run dev runs the app in development mode

  • npm run build builds app for production

  • npm run build:runruns production build

  • npm run lint:check highlights all lint errors in application

  • npm run lint:fix solve all lint errors that can be solved automatically

  • npm run test runs unitary and end-to-end tests

  • npm run test:u runs unitary tests only

  • npm run test:e2e runs end-to-end tests only headlessly in an electron browser

  • npm run cypress:open runs cypress interactive mode, allowing to run end-to-end tests individually with a non-headless electron browser

Running inside Docker container

  • npm run docker:install builds docker container and install node modules inside
  • npm run docker:dev runs the app in development mode
  • npm run docker:rebuild rebuilds the container with the new files
    modifications
  • npm run docker:stop stops running container
  • npm run docker:rm removes container

Android App Brother

enter image description here

Github Repository | Google Play Store