Skip to content

Frontend application made for the project which is a part of my bachelor's thesis at FER. Written as a Vue3 application.

Notifications You must be signed in to change notification settings

fbuljan/PennyPlanner-frontend

Repository files navigation

PennyPlanner Frontend

Frontend application made for the project which is a part of my bachelor's thesis at FER. Written as a Vue3 application.

Table of Contents

Prerequisites

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)

Installation

  1. Clone the repository:

    git clone https://github.com/fbuljan/PennyPlanner-frontend.git
    cd PennyPlanner-frontend
  2. Install the dependencies:

    npm install

Configuration

  1. Copy the .env.config file to .env:

    cp .env.config .env
  2. Adjust the configuration in .env as necessary for your environment.

Running the Application

  1. Compiles and hot-reloads for development:

    npm run serve

    The application should now be running at http://localhost:8080.

Building for Production

  1. Compiles and minifies for production:

    npm run build

About

Frontend application made for the project which is a part of my bachelor's thesis at FER. Written as a Vue3 application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published