Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

prikhi/quickbooks-halogen-prototype

Repository files navigation

QuickBooks for Communards - Halogen Prototype

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.

Build

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

License

GPL-3.0