Skip to content
/ money Public

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

Notifications You must be signed in to change notification settings

leshkin/money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/