Frontend application made for the project which is a part of my bachelor's thesis at FER. Written as a Vue3 application.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine
- A code editor (Visual Studio Code recommended)
-
Clone the repository:
git clone https://github.com/fbuljan/PennyPlanner-frontend.git cd PennyPlanner-frontend
-
Install the dependencies:
npm install
-
Copy the
.env.config
file to.env
:cp .env.config .env
-
Adjust the configuration in
.env
as necessary for your environment.
-
Compiles and hot-reloads for development:
npm run serve
The application should now be running at
http://localhost:8080
.
-
Compiles and minifies for production:
npm run build