Client repo for eHealthy app. Vue, Jakarta EE, PostgreSQL.
To get a local copy up and running, follow these steps:
-
Clone the repo
Open your terminal and run:
git clone https://github.com/amyrman/eHealthy-client.git -
Install dependencies
Navigate to the cloned repository:
cd eHealthy-clientInstall the required dependencies:
npm install -
Start the application
Run the following command to start the application:
npm run dev -
Open the application
After the Vite server has been started, press
"o" + Enterin your terminal to open the UI in your default browser.