8000 GitHub - leshkin/money: Super simple web application to split the bill equally. With emoji 😼
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0