Front end for a small 'Finance Journal' style application that will be used to track finances.
Written as an experiment in playing with Vue.js
The backend is written in Java and hosted in the repo: FJ-Backend
yarn install
yarn run serve
yarn run build
- docker build -t fj-frontend:latest .
- docker run --name fj-frontend -it -p 8082:8080 --rm fj-frontend:latest