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 buildYou can rebuild on file changes:
npm run watchYou can start a dev server that redirects /api/ paths to the backend:
npm run serveOr build for production:
npx parcel build index.htmlGPL-3.0