/yabsa

Shares expenses between people

Primary LanguageJavaScriptMIT LicenseMIT

YABSA - yet another bill splitting app

Splits expenses betweeb people.

Development

Install dependencies and start development server with:

npm install
npm run dev

Server with HMR should now be running on http://localhost:8080

Redux DevTools are hidden by default. You can change this behavior and other settings from src/containers/utils/DevTools.js.

To toggle the DevTool panel during development: CTRL + H

Change the DevTool panel's position during development: CTRL + Q

Production build

npm run build

Acknowledgements

This project is a grateful recipient of the Futurice Open Source sponsorship program.

License

MIT