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/your_username/eHealthy-client.git
-
Install dependencies
Navigate to the cloned repository:
cd eHealthy-client
Install 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" + Enter
in your terminal to open the UI in your default browser.