/money

Super simple web application to split the bill equally. With emoji 😼

Primary LanguageVue

Money Split

Netlify Status

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Test PWA

Install http-server globally

npm install --global http-server

Create certificates according to the article

https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/

Rename files

mv server.crt cert.pem
mv server.key key.pem

Run server

http-server -S -C cert.pem dist

Open in browser

https://localhost:8080

Production

The application is automatically deployed to the Netlify server after each commit: https://moneysplit.netlify.app/