Note: This trial has been merged into the main repository: https://github.com/prikhi/quickbooks-for-communes
This is a test frontend for our QuickBooks for Communes server written in Purescript/Halogen.
To build the Purescript app:
npm install
npx spago install
npx spago build
You can rebuild on file changes:
npm run watch
You can start a dev server that redirects /api/
paths to the backend:
npm run serve
Or build for production:
npx parcel build index.html
GPL-3.0