npm install
npm run serve
npm run build
npm run test
npm run lint
npm install --global http-server
mv server.crt cert.pem
mv server.key key.pem
http-server -S -C cert.pem dist
The application is automatically deployed to the Netlify server after each commit: https://moneysplit.netlify.app/