This is a very simple browser application to help me and my friends sink deeper into the unsettling reality of UK mortgage market.
- Scala 3
- Scala.js - Scala-to-JavaScript compiler
- Laminar - Scala.js-native UI library
- UI5 Webcomponents bindings
- Vite for fast iteration and bundling
- Chart.js for charts
To build this application, you need to have installed:
In one terminal run:
npm install
npm run dev
and open http://localhost:5173
In another, run:
sbt ~fastLinkJS
This way you should have fast feedback when changing code and see the results reflected in the browser.
Run
npm run build