Static resources and frontend code for Cash Track web interface.
$ docker build . -t cashtrack/frontend:latest --no-cache
$ docker push cashtrack/frontend:latestnpm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint